-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.13 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
{
"name": "angularjs_boilerplate",
"version": "0.0.0",
"description": "AngularJS starter (seed) project",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skuzmin/angular_boilerplate.git"
},
"author": "Sergiy Kuzmin",
"license": "ISC",
"homepage": "https://github.com/skuzmin/angular_boilerplate#readme",
"dependencies": {},
"devDependencies": {
"express": "^4.14.0",
"serve-static": "^1.11.1",
"del": "^2.2.2",
"express": "^4.14.0",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^2.0.0",
"gulp-concat": "^2.6.1",
"gulp-csso": "^2.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.1.1",
"gulp-inject": "^4.1.0",
"gulp-jshint": "^2.0.4",
"gulp-json-editor": "^2.2.1",
"gulp-less": "^3.3.0",
"gulp-minify-html": "^1.0.6",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-rev": "^7.1.2",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"run-sequence": "^1.2.2",
"wiredep": "^4.0.0"
}
}