-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.2 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.2 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
{
"name": "AngularJSBoilerplate",
"devDependencies": {
"browser-sync": "^2.18.8",
"del": "^2.2.2",
"eslint-config-angular": "^0.5.0",
"eslint-config-google": "^0.7.1",
"eslint-plugin-angular": "^1.6.1",
"gulp": "^3.8.5",
"gulp-angular-templatecache": "^2.0.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-cache": "^0.4.5",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-eslint": "^3.0.1",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.1.1",
"gulp-load-plugins": "^1.4.0",
"gulp-newer": "^1.3.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-sass": "^2.3.2",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^1.9.1",
"gulp-uglify": "^2.0.0",
"gulp-uncss": "^1.0.6",
"gulp-useref": "^3.1.2",
"run-sequence": "^1.2.2"
},
"engines": {
"node": ">=0.10.0"
},
"private": true,
"scripts": {
"test": "gulp && git status | grep 'working directory clean' >/dev/null || (echo 'Please commit all changes generated by building'; exit 1)"
},
"eslintConfig": {
"extends": "google"
},
"dependencies": {
"angular-bootstrap-datetimepicker": "^1.1.3",
"angular-date-time-input": "^1.2.1"
}
}