-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.37 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.37 KB
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
{
"name": "angularjs-gulp-boilerplate",
"version": "0.0.2",
"homepage": "https://github.com/scokmen/angularjs-gulp-boilerplate",
"description": "A simple starter angularjs (1.5.x) app with common services and gulp tasks on john papa's style guide.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/scokmen/angularjs-gulp-boilerplate.git"
},
"authors": [
"Soner Çökmen <sonercokmen@gmail.com>"
],
"keywords": [
"angularjs",
"gulp",
"boilerplate",
"starter"
],
"scripts": {
"development": "gulp build:dev",
"production": "gulp build:prod",
"test": "gulp test",
"documentation": "gulp documentation"
},
"devDependencies": {
"bower-files": "^3.13.3",
"browser-sync": "^2.14.0",
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-angular-filesort": "^1.1.1",
"gulp-angular-templatecache": "^2.0.0",
"gulp-concat": "^2.6.0",
"gulp-concat-css": "^2.3.0",
"gulp-inject": "^4.1.0",
"gulp-jsdoc": "^0.1.5",
"gulp-jshint": "^2.0.1",
"gulp-jshint-html-reporter": "^0.1.3",
"gulp-less": "^3.1.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-preprocess": "^2.0.0",
"gulp-shell": "^0.5.2",
"gulp-strip-debug": "^1.1.0",
"gulp-uglify": "^2.0.0",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0",
"path": "^0.12.7",
"run-sequence": "^1.2.2"
}
}