forked from vesparny/angular-kickstart
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.55 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.55 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
51
52
53
54
{
"author": "Alessandro Arnodo",
"name": "angular-kickstart",
"email": "alessandro@arnodo.net",
"url": "http://alessandro.arnodo.net",
"version": "1.1.0",
"homepage": "https://github.com/vesparny/angular-kickstart",
"description": "Speed up your AngularJS development whith a great build system.",
"license": "MIT",
"bugs": "https://github.com/vesparny/angular-kickstart/issues",
"repository": {
"type": "git",
"url": "git@github.com:vesparny/angular-kickstart.git"
},
"devDependencies": {
"browser-sync": "~2.18.13",
"del": "~3.0.0",
"gulp": "~3.9.1",
"gulp-changed": "~3.1.0",
"gulp-concat": "~2.6.1",
"gulp-csso": "~3.0.0",
"gulp-header": "~1.8.9",
"gulp-html2js": "~0.4.2",
"gulp-if": "~2.0.2",
"gulp-imagemin": "~3.3.0",
"gulp-jshint": "^2.0.4",
"gulp-load-plugins": "~1.5.0",
"gulp-minify-html": "~1.0.2",
"gulp-ng-annotate": "~2.0.0",
"gulp-ng-html2js": "~0.2.0",
"gulp-protractor": "4.1.0",
"gulp-rev": "~8.0.0",
"gulp-rev-replace": "~0.4.0",
"gulp-sass": "~3.1.0",
"gulp-size": "~2.1.0",
"gulp-sourcemaps": "~2.6.1",
"gulp-uglify": "~3.0.0",
"gulp-useref": "~2.1.0",
"jshint": "^2.9.5",
"jshint-stylish": "~2.2.1",
"karma": "~1.7.1",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage": "~1.1.1",
"karma-html-reporter": "~0.2.6",
"karma-jasmine": "~1.1.0",
"karma-mocha-reporter": "~2.2.4",
"lodash": "~4.17.4",
"protractor": "~5.1.2",
"run-sequence": "~2.1.0"
},
"scripts": {
"test": "gulp travis"
}
}