21 lines
501 B
JSON
21 lines
501 B
JSON
{
|
|
"name": "dottie",
|
|
"version": "0.3.1",
|
|
"devDependencies": {
|
|
"benchmark": "^1.0.0",
|
|
"expect.js": "~0.2.0",
|
|
"microtime": "^1.2.0",
|
|
"mocha": "~1.14.0"
|
|
},
|
|
"description": "Object traversing/manipulation util",
|
|
"author": "Mick Hansen <maker@mhansen.io>",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mickhansen/dottie.js.git"
|
|
},
|
|
"main": "dottie.js",
|
|
"scripts": {
|
|
"test": "./node_modules/mocha/bin/mocha -t 5000 -s 100 --reporter spec test/"
|
|
}
|
|
}
|