| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "dart-di", | 2 "name": "dart-di", |
| 3 "version": "0.0.0", | 3 "version": "0.0.0", |
| 4 "description": "A prototype of Dependency Injection framework.", | 4 "description": "A prototype of Dependency Injection framework.", |
| 5 "main": "index.js", | 5 "main": "index.js", |
| 6 "dependencies": { | 6 "dependencies": {}, |
| 7 "qq": "*" | |
| 8 }, | |
| 9 "devDependencies": { | 7 "devDependencies": { |
| 10 "grunt": "~0.4", | 8 "grunt": "~0.4", |
| 11 "grunt-contrib-watch": "~0.3" | 9 "grunt-contrib-watch": "~0.3" |
| 12 }, | 10 }, |
| 13 "scripts": { | 11 "scripts": { |
| 14 "test": "grunt dart:test" | 12 "test": "grunt dart:test" |
| 15 }, | 13 }, |
| 16 "bugs": { | 14 "bugs": { |
| 17 "url": "https://github.com/angular/di.dart/issues" | 15 "url": "https://github.com/angular/di.dart/issues" |
| 18 }, | 16 }, |
| 19 "repository": { | 17 "repository": { |
| 20 "type": "git", | 18 "type": "git", |
| 21 "url": "git://github.com/angular/di.dart.git" | 19 "url": "git://github.com/angular/di.dart.git" |
| 22 }, | 20 }, |
| 23 "author": "Vojta Jina <vojta.jina@gmail.com>", | 21 "author": "Vojta Jina <vojta.jina@gmail.com>", |
| 24 "license": "MIT" | 22 "license": "MIT" |
| 25 } | 23 } |
| OLD | NEW |