forked from basti1302/angular-browserify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.46 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
{
"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",
"scripts": {
"postinstall": "./node_modules/protractor/bin/webdriver-manager update",
"pretest": "./node_modules/protractor/bin/webdriver-manager start &",
"test": "./node_modules/gulp/bin/gulp.js"
},
"dependencies": {
"es5-shim": "^3.0.2",
"jquery": "^2.1.1"
},
"devDependencies": {
"browserify": "^3.44.2",
"chai": "^1.9.1",
"glob": "^4.0.0",
"gulp": "^3.6.2",
"gulp-clean": "^0.2.4",
"gulp-connect": "^2.0.5",
"gulp-eslint": "^0.1.8",
"gulp-karma": "0.0.4",
"gulp-mocha": "^0.4.1",
"gulp-ngmin": "^0.2.0",
"gulp-protractor": "0.0.7",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^0.2.1",
"karma": "^0.12.16",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.4",
"karma-firefox-launcher": "^0.1.3",
"karma-mocha": "^0.1.3",
"karma-sinon": "^1.0.3",
"mocha": "^1.18.2",
"protractor": "^0.22.0",
"sinon": "^1.9.1",
"sinon-chai": "^2.5.0",
"vinyl-source-stream": "^0.1.1"
},
"browser": {
"angular": "./app/js/third-party/angular/angular-index.js",
"angular-route": "./app/js/third-party/angular/angular-route.min.js",
"es5-sham": "./node_modules/es5-shim/es5-sham.min.js",
"es5-shim": "./node_modules/es5-shim/es5-shim.min.js"
}
}