This repository has been archived by the owner on Dec 30, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 83
/
package.json
57 lines (57 loc) · 1.61 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
{
"author": "Alessandro Arnodo",
"name": "angular-kickstart",
"email": "[email protected]",
"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": "[email protected]:vesparny/angular-kickstart.git"
},
"devDependencies": {
"browser-sync": "~2.7.1",
"del": "~1.1.1",
"gulp": "~3.8.11",
"gulp-changed": "~1.2.1",
"gulp-concat": "~2.5.2",
"gulp-csso": "~1.0.0",
"gulp-header": "~1.2.2",
"gulp-html2js": "~0.2.0",
"gulp-if": "~1.2.5",
"gulp-imagemin": "~2.2.1",
"gulp-jshint": "~1.10.0",
"gulp-load-plugins": "~0.10.0",
"gulp-minify-html": "~1.0.2",
"gulp-ng-annotate": "~0.5.3",
"gulp-ng-html2js": "~0.2.0",
"gulp-protractor": "1.0.0",
"gulp-rev": "~3.0.1",
"gulp-rev-replace": "~0.4.0",
"gulp-sass": "~2.0.0",
"gulp-size": "~1.2.1",
"gulp-sourcemaps": "~1.5.2",
"gulp-uglify": "~1.2.0",
"gulp-useref": "~1.1.2",
"jshint-stylish": "~1.0.2",
"karma": "~0.12.31",
"karma-chrome-launcher": "~0.1.8",
"karma-coverage": "~0.3.1",
"karma-html-reporter": "~0.2.6",
"karma-jasmine": "~0.3.5",
"karma-mocha-reporter": "~1.0.2",
"karma-phantomjs-launcher": "~0.1.4",
"lodash": "~3.8.0",
"protractor": "~2.0.0",
"run-sequence": "~1.1.0"
},
"engines": {
"node": ">=0.10.x"
},
"scripts": {
"test": "gulp travis"
}
}