-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.11 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
{
"name": "OneFlux",
"main": "kernelFlux/src/OneFlux.js",
"version": "0.0.1",
"private": false,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "^1.15.2",
"browserify-istanbul": "^2.0.0",
"chai": "^3.5.0",
"del": "^2.2.2",
"express": "^4.14.0",
"gulp": "^3.9.1",
"gulp-browserify": "^0.5.1",
"gulp-chmod": "^1.3.0",
"gulp-concat": "^2.6.0",
"gulp-inject": "^4.1.0",
"gulp-istanbul": "^1.1.1",
"gulp-istanbul-report": "0.0.1",
"gulp-mocha": "^3.0.1",
"gulp-mocha-phantomjs": "^0.12.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-tap": "^0.1.3",
"immutable": "^3.8.1",
"istanbul": "^0.4.5",
"jquery": "^3.1.1",
"lodash": "^4.16.2",
"method-override": "^2.3.6",
"mocha-phantomjs-istanbul": "0.0.2",
"mongodb": "^2.2.10",
"morgan": "^1.7.0",
"node-uuid": "^1.4.7",
"postal": "^2.0.5",
"sinon": "^1.17.6",
"sinon-chai": "^2.8.0",
"vinyl-source-stream": "^1.1.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"mocha-phantomjs-istanbul": "0.0.2"
}
}