| 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 }, |
| 7 "devDependencies": { | 9 "devDependencies": { |
| 8 "grunt": "~0.4", | 10 "grunt": "~0.4", |
| 9 "grunt-contrib-watch": "~0.3" | 11 "grunt-contrib-watch": "~0.3" |
| 10 }, | 12 }, |
| 11 "scripts": { | 13 "scripts": { |
| 12 "test": "grunt dart:test" | 14 "test": "grunt dart:test" |
| 13 }, | 15 }, |
| 14 "bugs": { | 16 "bugs": { |
| 15 "url": "https://github.com/angular/di.dart/issues" | 17 "url": "https://github.com/angular/di.dart/issues" |
| 16 }, | 18 }, |
| 17 "repository": { | 19 "repository": { |
| 18 "type": "git", | 20 "type": "git", |
| 19 "url": "git://github.com/angular/di.dart.git" | 21 "url": "git://github.com/angular/di.dart.git" |
| 20 }, | 22 }, |
| 21 "author": "Vojta Jina <vojta.jina@gmail.com>", | 23 "author": "Vojta Jina <vojta.jina@gmail.com>", |
| 22 "license": "MIT" | 24 "license": "MIT" |
| 23 } | 25 } |
| OLD | NEW |