-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.43 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
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "ng-starting-template",
"version": "1.0.0",
"description": "AngularJS Starting Template",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "gulp setup",
"start": "http-server ./www -a localhost -p 8080 -c-1 -o",
"update": "npm install && gulp update"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tlkiong/angularjs_starting_template.git"
},
"keywords": [
"ng-starting-template"
],
"author": "Kiong",
"license": "MIT",
"bugs": {
"url": "https://github.com/tlkiong/angularjs_starting_template/issues"
},
"homepage": "https://github.com/tlkiong/angularjs_starting_template#readme",
"devDependencies": {
"bower": "^1.8.0",
"bower-files": "^3.14.1",
"del": "3.0.0",
"gulp": "^3.9.1",
"gulp-angular-filesort": "^1.1.1",
"gulp-bower": "0.0.13",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.0.0",
"gulp-inject": "^4.2.0",
"gulp-minify-css": "^1.2.4",
"gulp-ng-annotate": "^2.0.0",
"gulp-ngdocs": "^0.3.0",
"gulp-open": "^2.0.0",
"gulp-preprocess": "2.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^2.1.2",
"gulp-watch": "^4.3.11",
"http-server": "^0.9.0",
"main-bower-files": "^2.13.1",
"merge-stream": "^1.0.1",
"preprocess": "3.1.0",
"pump": "^1.0.2",
"rimraf": "2.6.1",
"run-sequence": "^1.2.2"
}
}