-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
40 lines (40 loc) · 1017 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
39
40
{
"name": "Protoshp.Web",
"homepage": "http://protoshop.io",
"version": "0.2.2",
"repository": {
"type": "git",
"url": "git@[email protected]:protoshop/protoshop-web.git"
},
"devDependencies": {
"connect-livereload": "^0.4.0",
"express": "^4.4.1",
"gulp": "^3.7.0",
"gulp-autoprefixer": "~0.0.6",
"gulp-changed": "^0.4.0",
"gulp-clean": "~0.2.4",
"gulp-concat": "^2.1.7",
"gulp-connect": "~2.0.5",
"gulp-exec": "~2.0.1",
"gulp-imagemin": "~0.6.0",
"gulp-jshint": "^1.5.0",
"gulp-load-plugins": "^0.5.1",
"gulp-minify-css": "~0.3.0",
"gulp-minify-html": "^0.1.2",
"gulp-ng-html2js": "~0.1.6",
"gulp-ngmin": "^0.3.0",
"gulp-replace": "^0.3.0",
"gulp-rev": "^0.4.1",
"gulp-size": "~0.3.1",
"gulp-task-listing": "^0.3.0",
"gulp-uglify": "~0.3.0",
"gulp-usemin": "~0.3.1",
"gulp-util": "~2.2.9",
"jshint-stylish": "^0.2.0",
"open": "*",
"tiny-lr": "*"
},
"engines": {
"node": ">=0.10.0"
}
}