forked from fecgov/fec-cms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.46 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"scripts": {
"build": "cd fec && gulp build-js",
"build-js": "cd fec && gulp build-js",
"test": "karma start",
"test-single": "karma start --single-run --browsers PhantomJS",
"watch": "nswatch"
},
"dependencies": {
"ace-builds": "1.2.2",
"aria-accordion": "0.1.1",
"component-sticky": "1.0.0",
"fec-style": "5.3.0",
"fullcalendar": "2.5.0",
"glossary-panel": "0.2.0",
"jquery": "2.1.4",
"js-beautify": "1.5.10",
"moment": "2.10.3",
"underscore": "^1.8.3",
"urijs": "1.17.0"
},
"devDependencies": {
"browserify": "^11.0.1",
"browserify-istanbul": "^0.2.1",
"chai": "^3.4.1",
"gulp": "^3.9.0",
"handlebars": "^4.0.5",
"hbsfy": "2.2.1",
"karma": "^0.13.19",
"karma-browserify": "^5.0.0",
"karma-chai-sinon": "^0.1.5",
"karma-chrome-launcher": "^0.2.2",
"karma-coverage": "^0.5.3",
"karma-mocha": "^0.2.1",
"karma-phantomjs-launcher": "^0.2.3",
"karma-phantomjs-shim": "^1.2.0",
"mocha": "^2.3.4",
"nswatch": "0.2.0",
"phantomjs": "^2.1.2",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0",
"stringify": "^4.0.1",
"vinyl-source-stream": "^1.1.0"
},
"watch": {
"./fec/fec/static/js/*.js": ["build-js"],
"./fec/fec/static/hbs/*/*.hbs": ["build-js"],
"./node_modules/fec-style/js/*.js": ["build-js"],
"./node_modules/fec-style/js/templates/*.hbs": ["build-js"]
},
"engines": {
"node": "5.5.0",
"npm": "3.3.12"
}
}