-
Notifications
You must be signed in to change notification settings - Fork 65
/
package.json
50 lines (50 loc) · 1.38 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
{
"name": "angular-browserify-seed",
"version": "0.1.0",
"description": "Yet another example project with Angular, Browserify and Gulp",
"repository": "https://github.com/basti1302/angular-browserify-seed",
"license": "MIT",
"scripts": {
"postinstall": "webdriver-manager update",
"pretest": "webdriver-manager start &",
"test": "gulp"
},
"dependencies": {
"angular": "^1.4.7",
"angular-route": "^1.4.7",
"es5-shim": "^4.3.1",
"jquery": "^2.1.1"
},
"devDependencies": {
"browserify": "^12.0.1",
"browserify-shim": "^3.8.2",
"chai": "^3.4.1",
"del": "^2.1.0",
"glob": "^6.0.1",
"gulp": "^3.9.0",
"gulp-connect": "^2.0.5",
"gulp-eslint": "^1.1.0",
"gulp-load-plugins": "^1.1.0",
"gulp-mocha": "^2.2.0",
"gulp-ng-annotate": "^1.1.0",
"gulp-protractor": "1.0.0",
"gulp-streamify": "1.0.2",
"gulp-uglify": "^1.5.1",
"karma": "^0.13.15",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.1",
"karma-firefox-launcher": "^0.1.3",
"karma-mocha": "^0.2.1",
"karma-sinon": "^1.0.3",
"mocha": "^2.3.4",
"protractor": "^2.5.1",
"sinon": "^1.9.1",
"sinon-chai": "^2.5.0",
"vinyl-paths": "^2.1.0",
"vinyl-source-stream": "^1.1.0"
},
"browser": {
"es5-sham": "./node_modules/es5-shim/es5-sham.min.js",
"es5-shim": "./node_modules/es5-shim/es5-shim.min.js"
}
}