| OLD | NEW |
| (Empty) | |
| 1 { |
| 2 "name": "async", |
| 3 "description": "Higher-order functions and common patterns for asynchronous co
de", |
| 4 "main": "lib/async.js", |
| 5 "keywords": [ |
| 6 "async", |
| 7 "callback", |
| 8 "utility", |
| 9 "module" |
| 10 ], |
| 11 "license": "MIT", |
| 12 "repository": { |
| 13 "type": "git", |
| 14 "url": "https://github.com/caolan/async.git" |
| 15 }, |
| 16 "devDependencies": { |
| 17 "benchmark": "bestiejs/benchmark.js", |
| 18 "bluebird": "^2.9.32", |
| 19 "chai": "^3.1.0", |
| 20 "coveralls": "^2.11.2", |
| 21 "es6-promise": "^2.3.0", |
| 22 "jscs": "^1.13.1", |
| 23 "jshint": "~2.8.0", |
| 24 "karma": "^0.13.2", |
| 25 "karma-browserify": "^4.2.1", |
| 26 "karma-firefox-launcher": "^0.1.6", |
| 27 "karma-mocha": "^0.2.0", |
| 28 "karma-mocha-reporter": "^1.0.2", |
| 29 "lodash": "^3.9.0", |
| 30 "mkdirp": "~0.5.1", |
| 31 "mocha": "^2.2.5", |
| 32 "native-promise-only": "^0.8.0-a", |
| 33 "nodeunit": ">0.0.0", |
| 34 "nyc": "^2.1.0", |
| 35 "rsvp": "^3.0.18", |
| 36 "semver": "^4.3.6", |
| 37 "uglify-js": "~2.4.0", |
| 38 "xyz": "^0.5.0", |
| 39 "yargs": "~3.9.1" |
| 40 }, |
| 41 "moduleType": [ |
| 42 "amd", |
| 43 "globals", |
| 44 "node" |
| 45 ], |
| 46 "ignore": [ |
| 47 "**/.*", |
| 48 "node_modules", |
| 49 "bower_components", |
| 50 "test", |
| 51 "tests" |
| 52 ], |
| 53 "authors": [ |
| 54 "Caolan McMahon" |
| 55 ], |
| 56 "version": "1.5.2" |
| 57 } |
| OLD | NEW |