-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.03 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
40
{
"name": "spa-hero",
"version": "1.0.0",
"description": "create production/dev ready distribution build for javascript based single page applications.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"spa": "./index.js"
},
"keywords": [
"angularjs",
"single page application build",
"automating build for server upload",
"gulp task for server ready build"
],
"repository": {
"type": "git",
"url": "git+https://github.com/sgoyalnet/spa-hero.git"
},
"bugs": {
"url": "https://github.com/sgoyalnet/spa-hero/issues"
},
"homepage": "https://github.com/sgoyalnet/spa-hero#readme",
"author": "Shubham Goyal (https://sgoyal.net)",
"license": "ISC",
"dependencies": {
"chalk": "^1.1.3",
"commander": "^2.9.0",
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-cssnano": "^2.1.2",
"gulp-if": "^2.0.1",
"gulp-ignore": "^2.0.1",
"gulp-uglify": "^2.0.0",
"gulp-useref": "^3.1.0",
"run-sequence": "^1.2.2"
}
}