-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 785 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 785 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
{
"name": "node_js",
"version": "1.0.0",
"devDependencies": {
"gulp": "^3.8.11",
"gulp-autoprefixer": "~2.1.0",
"gulp-cache": "~0.2.8",
"gulp-clean": "https://github.com/peter-vilja/gulp-clean.git#v0.3.1",
"gulp-coffee": "~2.3.1",
"gulp-coffeelint": "~0.4.0",
"gulp-concat": "~2.5.2",
"gulp-header": "~1.2.2",
"gulp-jshint": "^1.10.0",
"gulp-minify-css": "~1.1.0",
"gulp-ruby-sass": "~1.0.1",
"gulp-rename": "~1.2.2",
"gulp-uglify": "~1.2.0",
"gulp-util": "~2.2.19",
"jshint-stylish": "^0.4.0",
"gulp-notify": "~2.2.0",
"gulp-livereload": "~3.8.0",
"gulp-compass": "~1.0.3",
"socket.io": "~1.3.5",
"express": "~4.12.3",
"lodash": "~3.8.0"
},
"dependencies": {
"express": "^4.12.3"
}
}