-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 936 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "fb-flo-brunch",
"version": "1.7.22",
"description": "A Brunch plugin that maintains an fb-flo server while the watcher runs",
"scripts": {
"check": "jshint index.js && jscs index.js",
"test": "mocha && npm run check",
"testing": "mocha -w",
"test-cov": "istanbul cover _mocha"
},
"author": {
"name": "Christophe Porteneuve",
"email": "christophe@delicious-insights.com",
"url": "http://tddsworld.com/"
},
"repository": "https://github.com/deliciousinsights/fb-flo-brunch.git",
"license": "MIT",
"dependencies": {
"amp-defaults": "^1.0.1",
"amp-extend": "^1.0.1",
"amp-pick": "^1.0.0",
"anymatch": "^1.1.0",
"fb-flo": "^0.4.0"
},
"devDependencies": {
"chai": "^2.1.1",
"istanbul": "^0.3.7",
"jscs": "^1.11.3",
"jshint": "^2.6.3",
"mocha": "^2.2.0",
"proxyquire": "^1.4.0",
"sinon": "^1.13.0",
"sinon-chai": "^2.7.0"
}
}