-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.28 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.28 KB
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
{
"name": "eyecontact",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel": "^5.6.14",
"bluebird": "^2.9.32",
"body-parser": "^1.13.2",
"bootstrap": "^3.3.5",
"chalk": "^1.1.0",
"cookie-parser": "^1.3.5",
"css-loader": "^0.15.3",
"express": "^4.13.0",
"extract-text-webpack-plugin": "^0.8.2",
"lodash": "^3.10.0",
"mongoose": "^4.0.6",
"node-libs-browser": "^0.5.2",
"node-sass": "^3.2.0",
"path": "^0.11.14",
"react": "^0.13.3",
"sass-loader": "^1.0.2",
"serve-favicon": "^2.3.0",
"source-map-support": "^0.3.2",
"style-loader": "^0.12.3",
"superagent": "^1.2.0",
"util": "^0.10.3"
},
"devDependencies": {
"babel-core": "^5.6.15",
"babel-eslint": "^3.1.20",
"babel-loader": "^5.3.1",
"del": "^1.2.0",
"eslint": "^0.24.0",
"eslint-loader": "^0.14.1",
"eslint-plugin-react": "^2.6.4",
"gulp": "^3.9.0",
"gulp-changed": "^1.2.1",
"gulp-if": "^1.2.5",
"gulp-load-plugins": "^0.10.0",
"gulp-rename": "^1.2.2",
"gulp-size": "^1.2.1",
"gulp-util": "^3.0.5",
"minimist": "^1.1.1",
"mkdirp": "^0.5.1",
"run-sequence": "^1.1.1",
"webpack": "^1.10.1"
}
}