forked from bhdouglass/simply-light
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 852 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
{
"name": "simply-light",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/bhdouglass/simply-light.git"
},
"author": "Brian Douglass",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/bhdouglass/simply-light/issues"
},
"homepage": "https://github.com/bhdouglass/simply-light",
"devDependencies": {
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.5.2",
"gulp-connect": "^2.2.0",
"gulp-htmlmin": "^1.1.2",
"gulp-jshint": "^1.11.0",
"gulp-minify-css": "^1.1.6",
"gulp-ng-annotate": "^1.0.0",
"gulp-open": "^0.3.2",
"gulp-shell": "^0.4.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-template": "^3.0.0",
"gulp-uglify": "^1.2.0",
"jshint-stylish": "^0.2.0",
"minimist": "^1.1.1"
},
"engines": {
"node": ">=0.10.0"
}
}