forked from vesparny/angular-kickstart
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.62 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.62 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
55
56
57
{
"author": "Alessandro Arnodo",
"name": "angular-kickstart",
"email": "alessandro@arnodo.net",
"url": "http://alessandro.arnodo.net",
"version": "1.0.1",
"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": "^1.1.2",
"del": "^0.1.3",
"gulp": "^3.8.9",
"gulp-changed": "^1.0.0",
"gulp-concat": "^2.4.1",
"gulp-csso": "^0.2.9",
"gulp-header": "^1.2.2",
"gulp-html2js": "^0.2.0",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^1.2.1",
"gulp-jshint": "^1.8.5",
"gulp-load-plugins": "^0.7.0",
"gulp-minify-html": "^0.1.6",
"gulp-ng-annotate": "^0.3.3",
"gulp-ng-html2js": "^0.1.8",
"gulp-protractor": "0.0.11",
"gulp-rev": "^2.0.1",
"gulp-rev-replace": "^0.3.1",
"gulp-ruby-sass": "^0.7.1",
"gulp-size": "^1.1.0",
"gulp-sourcemaps": "^1.2.4",
"gulp-uglify": "^1.0.1",
"gulp-useref": "^1.0.2",
"jshint-stylish": "^1.0.0",
"karma": "^0.12.24",
"karma-chrome-launcher": "^0.1.5",
"karma-coverage": "^0.2.6",
"karma-html-reporter": "^0.2.4",
"karma-jasmine": "^0.1.5",
"karma-mocha-reporter": "^0.3.1",
"karma-phantomjs-launcher": "^0.1.4",
"lodash": "^2.4.1",
"protractor": "~1.3.1",
"run-sequence": "^1.0.1"
},
"engines": {
"node": ">=0.10.x"
},
"scripts": {
"test": "gulp travis"
}
}