blob: 1788f0e705f17372d3486a7197a2694511351f99 [file] [log] [blame]
{
"author": {
"email": "jaredhanson@gmail.com",
"name": "Jared Hanson",
"url": "http://www.jaredhanson.net/"
},
"bugs": {
"url": "http://github.com/jaredhanson/utils-merge/issues"
},
"dependencies": {},
"description": "merge() utility function",
"devDependencies": {
"chai": "1.x.x",
"make-node": "0.3.x",
"mocha": "1.x.x"
},
"engines": {
"node": ">= 0.4.0"
},
"keywords": [
"util"
],
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"main": "./index",
"name": "utils-merge",
"repository": {
"type": "git",
"url": "git://github.com/jaredhanson/utils-merge.git"
},
"scripts": {
"test": "node_modules/.bin/mocha --reporter spec --require test/bootstrap/node test/*.test.js"
},
"version": "1.0.1"
}