| { |
| "author": "Raynos <raynos2@gmail.com>", |
| "bugs": { |
| "email": "raynos2@gmail.com", |
| "url": "https://github.com/Raynos/xtend/issues" |
| }, |
| "contributors": [ |
| { |
| "name": "Jake Verbaten" |
| }, |
| { |
| "name": "Matt Esch" |
| } |
| ], |
| "dependencies": {}, |
| "description": "extend like a boss", |
| "devDependencies": { |
| "tape": "~1.1.0" |
| }, |
| "engines": { |
| "node": ">=0.4" |
| }, |
| "homepage": "https://github.com/Raynos/xtend", |
| "keywords": [ |
| "extend", |
| "merge", |
| "options", |
| "opts", |
| "object", |
| "array" |
| ], |
| "license": "MIT", |
| "main": "immutable", |
| "name": "xtend", |
| "repository": "git://github.com/Raynos/xtend.git", |
| "scripts": { |
| "test": "node test" |
| }, |
| "testling": { |
| "browsers": [ |
| "ie/7..latest", |
| "firefox/16..latest", |
| "firefox/nightly", |
| "chrome/22..latest", |
| "chrome/canary", |
| "opera/12..latest", |
| "opera/next", |
| "safari/5.1..latest", |
| "ipad/6.0..latest", |
| "iphone/6.0..latest" |
| ], |
| "files": "test.js" |
| }, |
| "version": "4.0.2" |
| } |