-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 1.01 KB
/
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
{
"name": "pov-mobile-stories-tool",
"version": "1.0.0",
"description": "POV Mobile Stories Tool",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "https://github.com/povdocs/pov-mobile-stories-tool.git"
},
"author": {
"name": "sunil523",
"email": "[email protected]"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/povdocs/pov-mobile-stories-tool/issues"
},
"homepage": "http://www.pbs.org/pov/stories/",
"devDependencies": {
"bourbon": "^4.2.7",
"browser-sync": "^2.13.0",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-concat": "^2.6.0",
"gulp-css-url-adjuster": "^0.2.3",
"gulp-cssnano": "^2.1.2",
"gulp-htmlmin": "^1.1.3",
"gulp-imagemin": "^2.3.0",
"gulp-jshint": "^1.11.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.4",
"gulp-useref": "^3.1.0",
"jquery": "^3.1.0",
"normalize.css": "^4.2.0"
}
}