forked from dart-archive/angular.dart
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 704 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 704 Bytes
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
{
"name": "angular.dart",
"branchVersion": "0.9.*",
"cdnVersion": "0.9.7",
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.dart.git"
},
"devDependencies": {
"karma" : "~0.12.0",
"karma-dart" : "~0.2.6",
"karma-sauce-launcher": "^0.2.3",
"karma-script-launcher": "*",
"karma-chrome-launcher": "~0.1.3",
"karma-firefox-launcher": "*",
"karma-junit-reporter": "~0.2.1",
"jasmine-node": "*",
"jasmine-reporters": "~0.4.1",
"protractor-dart": "0.0.5",
"qq": "*"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/angular/angular.dart/blob/master/LICENSE"
}
],
"dependencies": {}
}