-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
54 lines (54 loc) · 1.62 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
51
52
53
54
{
"name": "a1atscript",
"private": false,
"version": "0.5.0",
"description": "The Angular 2 Polyfill.",
"homepage": "https://github.com/hannahhoward/a1atscript",
"repository": {
"type": "git",
"url": "git://github.com/hannahhoward/a1atscript.git"
},
"bugs": {
"url": "https://github.com/hannahhoward/a1atscript/issues"
},
"main": "dist/a1atscript.bundle.js",
"devDependencies": {
"angular": "^1.3.15",
"angular-mocks": "^1.3.15",
"angular-new-router": "^0.5.3",
"assert": "angular/assert#dist",
"babel": "^5.4.4",
"babel-loader": "^5.3.2",
"babelify": "^6.0.2",
"gulp": "^3.8.9",
"gulp-bump": "^0.2.2",
"gulp-connect": "^2.0.6",
"gulp-rename": "^1.2.0",
"gulp-traceur": "vojtajina/gulp-traceur#fix-sourcemaps",
"karma": "^0.12.24",
"karma-babel-preprocessor": "^5.1.0",
"karma-browserify": "^4.1.2",
"karma-chrome-launcher": "^0.1.5",
"karma-cli": "0.0.4",
"karma-commonjs": "0.0.13",
"karma-firefox-launcher": "^0.1.4",
"karma-jasmine": "^0.2.2",
"karma-requirejs": "^0.2.2",
"karma-traceur-preprocessor": "^0.4.0",
"node-libs-browser": "^0.5.2",
"requirejs": "^2.1.15",
"systemjs-builder": "^0.15.7",
"traceur": "^0.0.86",
"webpack": "^1.10.1"
},
"scripts": {
"test": "karma start --browsers Firefox --single-run; karma start karma.conf.babel.js --browsers Firefox --single-run",
"dist": "webpack; node scripts/make-systemjs-bundle.js"
},
"jspm": {
"main": "dist/a1atscript.bundle.js",
"format": "global"
},
"author": "Hannah Howard <[email protected]>",
"license": "Apache-2.0"
}