botbook/node_modules/application-config-path/package.json

19 lines
400 B
JSON
Raw Normal View History

2024-09-04 13:13:15 -03:00
{
"name": "application-config-path",
"version": "0.1.1",
"license": "MIT",
"author": "Linus Unnebäck <linus@folkdatorn.se>",
"main": "index.js",
"repository": {
"type": "git",
"url": "http://github.com/LinusU/node-application-config-path.git"
},
"devDependencies": {
"mocha": "^2.2.5",
"standard": "^5.0.1-0"
},
"scripts": {
"test": "standard && mocha"
}
}