You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
400 B
19 lines
400 B
{
|
|
"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"
|
|
}
|
|
}
|