forked from disintegrator/spa-scaffold
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1012 Bytes
/
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
{
"name": "spa-scaffold",
"version": "0.0.0",
"description": "Scaffold of an express app and gulp workflow for single page apps",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 2"
},
"author": {
"name": "George Haidar",
"email": "[email protected]",
"url": "https://github.com/disintegrator"
},
"license": "MIT",
"dependencies": {
"browserify": "^3.38.1",
"debowerify": "^0.7.0",
"event-stream": "^3.1.1",
"express": "^3.5.1",
"gulp": "^3.6.0",
"gulp-changed": "^0.3.0",
"gulp-clean": "^0.2.4",
"gulp-imagemin": "^0.2.0",
"gulp-jshint": "^1.5.3",
"gulp-less": "^1.2.3",
"gulp-rename": "^1.2.0",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^0.2.1",
"gulp-util": "^2.2.14",
"jade": "^1.3.1",
"jshint-stylish": "^0.1.5",
"useragent": "^2.0.8",
"vinyl-source-stream": "^0.1.1",
"watchify": "^0.6.4",
"gulp-minify-css": "^0.3.0",
"gulp-notify": "^1.2.5"
}
}