| OLD | NEW |
| (Empty) |
| 1 { | |
| 2 "name": "promise-polyfill", | |
| 3 "version": "2.0.0", | |
| 4 "description": "Lightweight promise polyfill. A+ compliant", | |
| 5 "main": "Promise.js", | |
| 6 "scripts": { | |
| 7 "test": "./node_modules/.bin/promises-aplus-tests tests/adapter.js; ./node_m
odules/.bin/promises-es6-tests tests/adapter.js" | |
| 8 }, | |
| 9 "repository": { | |
| 10 "type": "git", | |
| 11 "url": "https://taylorhakes@github.com/taylorhakes/promise-polyfill.git" | |
| 12 }, | |
| 13 "author": "Taylor Hakes", | |
| 14 "license": "MIT", | |
| 15 "bugs": { | |
| 16 "url": "https://github.com/taylorhakes/promise-polyfill/issues" | |
| 17 }, | |
| 18 "homepage": "https://github.com/taylorhakes/promise-polyfill", | |
| 19 "devDependencies": { | |
| 20 "grunt": "^0.4.5", | |
| 21 "grunt-bytesize": "^0.1.1", | |
| 22 "grunt-closurecompiler": "^0.9.9", | |
| 23 "grunt-contrib-uglify": "^0.4.0", | |
| 24 "mocha": "^2.2.1", | |
| 25 "promises-aplus-tests": "*", | |
| 26 "promises-es6-tests": "^0.5.0" | |
| 27 }, | |
| 28 "keywords": [ | |
| 29 "promise", | |
| 30 "promise-polyfill", | |
| 31 "ES6", | |
| 32 "promises-aplus" | |
| 33 ], | |
| 34 "dependencies": {} | |
| 35 } | |
| OLD | NEW |