design
Version:
Describe things with design.json
17 lines (16 loc) • 343 B
JSON
{
"name": "design",
"version": "0.1.0",
"description": "Describe things with design.json",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": "./index.coffee",
"author": "zeke",
"license": "WTFPL",
"dependencies": {
"prompt": "~0.2.11",
"iniparser": "~1.0.5"
}
}