-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1018 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1018 Bytes
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": "angulseed",
"version": "0.1.0",
"description": "A seed project of angular apps is built with bower and gulp",
"main": "src/app.js",
"repository": {
"type": "git",
"url": "https://github.com/BigKunLun/angulseed.git"
},
"author": "BigKunLun",
"license": "MIT",
"bugs": {
"url": "https://github.com/BigKunLun/angulseed/issues"
},
"homepage": "https://github.com/BigKunLun/angulseed",
"devDependencies": {
"http-server": "^0.6.1",
"del": "^0.1.3",
"event-stream": "3.1.7",
"require-dir": "^0.1.0",
"gulp": "^3.8.0",
"gulp-less": "^1.3.6",
"gulp-rev": "^2.0.0",
"gulp-minify-css": "0.3.4",
"gulp-uglify": "0.3.0",
"gulp-concat": "2.2.0",
"gulp-concat-css": "0.1.4",
"gulp-rename": "1.2.0",
"gulp-html-replace": "1.1.0",
"gulp-filenames": "^1.2.0",
"gulp-watch":"^1.1.0"
},
"scripts": {
"prestart": "npm install",
"postinstall": "bower install",
"start": "http-server -a localhost -p 8000 -c-1"
}
}