Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit d099db5

Browse files
chalinmhevery
authored andcommitted
fix(package.json): add repo, licenses and switch to devDependencies
Fixes #544. Closes #545
1 parent f7b1cf5 commit d099db5

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

package.json

+15-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "angular.dart",
3-
"dependencies" : {
3+
"branchVersion": "0.9.*",
4+
"cdnVersion": "0.9.7",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/angular/angular.dart.git"
8+
},
9+
"devDependencies": {
410
"karma" : "0.10.2",
511
"karma-dart" : "0.2.6",
612
"karma-script-launcher": "*",
@@ -9,6 +15,12 @@
915
"karma-junit-reporter": "0.1.0",
1016
"jasmine-node": "*",
1117
"qq": "*"
12-
}
18+
},
19+
"licenses": [
20+
{
21+
"type": "MIT",
22+
"url": "https://github.com/angular/angular.dart/blob/master/LICENSE"
23+
}
24+
],
25+
"dependencies": {}
1326
}
14-

0 commit comments

Comments
 (0)