-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.15 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
{
"author": "Vincent Prouillet",
"name": "ng-boilerplate",
"version": "1.1.0",
"homepage": "http://vincent.is",
"devDependencies": {
"browser-sync": "^1.3.2",
"chai": "^1.9.1",
"chai-as-promised": "^4.1.1",
"gulp": "^3.8.6",
"gulp-awspublish": "0.0.23",
"gulp-cloudfront": "0.0.14",
"gulp-concat": "^2.3.4",
"gulp-inject": "^1.0.1",
"gulp-karma": "git://github.com/lazd/gulp-karma.git#adb54c4fdddb442778aa114343645b75192e41e5",
"gulp-load-plugins": "^0.5.3",
"gulp-minify-html": "^0.1.4",
"gulp-ng-annotate": "^0.3.0",
"gulp-ng-html2js": "^0.1.7",
"gulp-protractor": "0.0.11",
"gulp-rimraf": "^0.1.0",
"gulp-sass": "^0.7.2",
"gulp-tslint": "^1.3.0",
"gulp-type": "^0.2.0",
"gulp-uglify": "^0.3.1",
"gulp-util": "^3.0.0",
"gulp-wrap": "^0.3.0",
"karma": "^0.12.21",
"karma-chai-sinon": "^0.1.3",
"karma-mocha": "^0.1.6",
"karma-phantomjs-launcher": "^0.1.4",
"karma-typescript-preprocessor": "0.0.7",
"mocha": "^1.21.3",
"protractor": "^1.0.0",
"run-sequence": "^0.3.6",
"sinon": "^1.10.3",
"sinon-chai": "^2.5.0",
"typescript": "^1.0.1"
}
}