-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·54 lines (54 loc) · 1.25 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
{
"name": "teslajs.com",
"description": "",
"version": "0.0.1",
"private": false,
"contributors": "",
"repository": "",
"homepage": "",
"bugs": "",
"licenses": "",
"engines": {
"node": "0.10.24",
"npm": "~1.3.17"
},
"scripts": {
"start": "node node_modules/gulp/bin/gulp",
"test": "node node_modules/gulp/bin/gulp test",
"postinstall": "bower install"
},
"dependencies": {
"body-parser": "~1.3",
"bower": "~1.3.1",
"chai": "~1.9.1",
"colors": "~0.6.2",
"compression": "~1.0.2",
"cookie-parser": "~1.1",
"crypto": "~0.0.3",
"express": "~4.4",
"express-minify": "~0.0.7",
"forever": "~0.10.10",
"gulp": "~3.6.2",
"gulp-exit": "0.0.2",
"grunt-nodemon": "~0.2.1",
"gulp-livereload": "~1.2.0",
"gulp-mocha": "~0.4.1",
"gulp-nodemon": "~1.0.2",
"gulp-sass": "~0.7.1",
"hbs": "latest",
"imagemin-pngcrush": "~0.1",
"MD5": "~1.2.0",
"method-override": "~1.0.0",
"mkdirp": "~0.3.5",
"morgan": "~1.0.0",
"node-bourbon": "latest",
"node-sass": "latest",
"path": "~0.4.9",
"pm2": "latest",
"serve-favicon": "~2.0.0",
"socket.io": "~0.9.16",
"underscore": "~1.5.2",
"view-helpers": "~0.1.3",
"wrench": "~1.5.8"
}
}