BE-SPAN/node_modules/dottie/package.json
githubna-ilham 722cd440e8 first commit
2024-10-20 22:04:16 +07:00

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/"
}
}