-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.08 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.08 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
{
"name": "MyApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "coffee ./bin/server.coffee",
"postinstall": "./node_modules/.bin/gulp"
},
"browser": {
"bootstrap": "./node_modules/bootstrap/dist/js/bootstrap.js"
},
"dependencies": {
"bluebird": "2.9.24",
"body-parser": "1.0.0",
"browserify": "6.3.3",
"browserify-shim": "3.8.3",
"caching-coffeeify": "0.4.0",
"coffee-script": "1.6.3",
"cookie-parser": "1.0.1",
"cors": "^2.8.3",
"debug": "0.7.4",
"ejs": "1.0.0",
"express": "4.2.0",
"gulp": "3.8.11",
"gulp-browserify": "0.5.0",
"gulp-coffee": "2.2.0",
"gulp-concat": "2.4.2",
"gulp-flatten": "0.0.4",
"gulp-less": "1.3.6",
"gulp-minify-css": "0.3.11",
"gulp-uglify": "1.0.1",
"gulp-util": "3.0.1",
"less": "2.1.0",
"lodash": "2.4.1",
"mssql": "1.3.0",
"mustache": "2.2.1",
"rxjs": "5.4.3",
"static-favicon": "1.0.0"
},
"engines": {
"node": "0.12.0"
},
"browserify-shim": {
"bootstrap": {
"depends": [
"jquery:$"
]
}
}
}