bluetest/package.json

19 lines
357 B
JSON
Raw Normal View History

2016-07-06 12:58:51 +00:00
{
"name": "bluetest",
"version": "1.0.0",
"description": "",
"main": "lib",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Martin Donnelly <martind2000@gmail.com>",
"license": "ISC",
"devDependencies": {
"log4js": "^0.6.37",
"meow": "^3.7.0"
},
"bin": {
"bluetest": "bin/cli.js"
}
}