-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.11 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.11 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"author": "Alessandro Arnodo",
"name": "angular-kickstart",
"email": "[email protected]",
"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": "[email protected]:vesparny/angular-kickstart.git"
},
"devDependencies": {
"backand": "latest",
"browser-sync": "^2.18.13",
"del": "^3.0.0",
"faker": "^4.1.0",
"gulp": "~3.9.1",
"gulp-changed": "^3.1.0",
"gulp-concat": "^2.6.1",
"gulp-confirm": "^1.0.2",
"gulp-csso": "^3.0.0",
"gulp-header": "^1.2.2",
"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-css": "~1.2.4",
"gulp-minify-html": "^1.0.6",
"gulp-ng-annotate": "^2.0.0",
"gulp-ng-constant": "^2.0.0-2",
"gulp-ng-html2js": "^0.2.2",
"gulp-protractor": "4.1.0",
"gulp-rev": "^8.0.0",
"gulp-rev-replace": "^0.4.3",
"gulp-rsync": "0.0.8",
"gulp-ruby-sass": "^2.1.1",
"gulp-sass": "^3.1.0",
"gulp-sass-variables": "^1.1.1",
"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.4",
"karma-jasmine": "^1.1.0",
"karma-mocha-reporter": "^2.2.4",
"karma-phantomjs-launcher": "^1.0.4",
"lodash": "^4.17.4",
"protractor": "~5.1.2",
"run-sequence": "^2.1.0"
},
"engines": {
"node": ">=0.10.x"
},
"scripts": {
"test": "gulp travis"
},
"dependencies": {
"backandsdk": "^0.1.7",
"event-stream": "^3.3.4",
"gulp-filelog": "^0.4.1",
"gulp-gzip": "1.4.0",
"gulp-install": "^1.1.0",
"gulp-replace-task": "~0.11.0",
"proxy-middleware": "~0.15.0"
}
}