-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 787 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 787 Bytes
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
{
"name": "jstd",
"version": "0.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"express": "^4.4.1",
"gulp": "~3.6.0",
"node-static": "^0.7.3",
"passport": "^0.2.0",
"sockjs": "^0.3.9"
},
"devDependencies": {
"gulp": "^3.6.0",
"gulp-rename": "^1.2.0",
"tiny-lr": "0.0.5",
"gulp-livereload": "^1.2.0",
"gulp-concat": "^2.2.0",
"gulp-clean": "^0.2.4",
"gulp-autoprefixer": "0.0.6",
"gulp-uglify": "^0.2.1",
"gulp-ruby-sass": "^0.4.1",
"gulp-minify-css": "^0.3.0",
"gulp-cache": "^0.1.3",
"gulp-notify": "^1.2.5",
"gulp-jshint": "^1.5.3",
"gulp-imagemin": "^0.2.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}