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

Commit

Permalink
fix(package.json): add repo, licenses and switch to devDependencies
Browse files Browse the repository at this point in the history
Fixes #544.
Closes #545
  • Loading branch information
chalin authored and mhevery committed Feb 12, 2014
1 parent f7b1cf5 commit d099db5
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "angular.dart",
"dependencies" : {
"branchVersion": "0.9.*",
"cdnVersion": "0.9.7",
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.dart.git"
},
"devDependencies": {
"karma" : "0.10.2",
"karma-dart" : "0.2.6",
"karma-script-launcher": "*",
Expand All @@ -9,6 +15,12 @@
"karma-junit-reporter": "0.1.0",
"jasmine-node": "*",
"qq": "*"
}
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/angular/angular.dart/blob/master/LICENSE"
}
],
"dependencies": {}
}

0 comments on commit d099db5

Please sign in to comment.