BE-SPAN/node_modules/dottie/package.json

21 lines
501 B
JSON
Raw Normal View History

2024-10-20 15:04:16 +00:00
{
"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/"
}
}