-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.93 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
53
54
55
56
57
58
59
{
"name": "@angus/angular-starter-pack",
"version": "0.4.20",
"description": "Clean but full featured AngularJS boilerplate using Gulp workflow and best practicies",
"scripts": {
"docs:gulp": "gulpdoc ./gulp/*.js",
"lint": "eslint ./gulpfile.js ./gulp/ ./src/ ./test/",
"update": "ncu -a",
"update:bower": "ncu -a -m bower"
},
"repository": {
"type": "git",
"url": "git+https://github.com/angusm73/Web-Starter-Pack.git"
},
"keywords": [
"angularjs",
"boilerplate"
],
"author": "Angus Moore <angus@ulladullawebdesign.com> (https://ulladullaweb.design)",
"license": "MIT",
"bugs": {
"url": "https://github.com/angusm73/Web-Starter-Pack/issues"
},
"homepage": "https://github.com/angusm73/Web-Starter-Pack",
"devDependencies": {
"browser-sync": "^2.23.6",
"del": "^3.0.0",
"eslint": "^4.19.1",
"eslint-config-angular": "^0.5.0",
"eslint-plugin-angular": "^3.3.0",
"gulp": "^3.9.1",
"gulp-angular-filesort": "^1.1.1",
"gulp-angular-templatecache": "^2.2.0",
"gulp-autoprefixer": "^5.0.0",
"gulp-cssnano": "^2.1.2",
"gulp-debug": "^3.2.0",
"gulp-eslint": "^4.0.2",
"gulp-filter": "^5.1.0",
"gulp-flatten": "^0.4.0",
"gulp-htmlmin": "^4.0.0",
"gulp-inject": "^4.3.1",
"gulp-load-plugins": "^1.5.0",
"gulp-locales-bundler": "^1.0.0",
"gulp-ng-annotate": "^2.1.0",
"gulp-rev": "^8.1.1",
"gulp-rev-replace": "^0.4.4",
"gulp-sass": "^3.1.0",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0",
"gulp-useref": "^3.1.4",
"gulp-util": "^3.0.8",
"gulpdoc": "^1.1.1",
"main-bower-files": "^2.13.1",
"npm-check-updates": "^2.14.1",
"wiredep": "^4.0.0"
},
"dependencies": {}
}