forked from RackHD/di.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.2 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
{
"name": "di",
"version": "2.29.0",
"description": "A DI framework.",
"main": "node/index.js",
"homepage": "https://github.com/angular/di.js",
"repository": {
"type": "git",
"url": "git://github.com/angular/di.js.git"
},
"bugs": {
"url": "https://github.com/angular/di.js/issues"
},
"dependencies": {
"traceur": "0.0.33",
"es6-shim": "~0.11.0"
},
"devDependencies": {
"rtts-assert": "angular/assert",
"gulp": "^3.5.6",
"gulp-connect": "~1.0.5",
"gulp-traceur": "vojtajina/gulp-traceur#traceur-as-peer",
"gulp-git": "vojtajina/gulp-git#hacked",
"karma": "^0.12.1",
"karma-script-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.2",
"karma-firefox-launcher": "~0.1.3",
"karma-phantomjs-launcher": "~0.1.2",
"karma-sauce-launcher": "~0.2.4",
"karma-jasmine": "^0.2.2",
"karma-requirejs": "^0.2.1",
"karma-traceur-preprocessor": "vojtajina/karma-traceur-preprocessor#traceur-as-peer",
"pipe": "angular/pipe#remove-transitive-deps",
"requirejs": "2.1.10",
"through2": "~0.4.1"
},
"scripts": {
"test": "karma start --single-run"
},
"author": "Vojta Jína <[email protected]>",
"license": "Apache-2.0"
}