generator
Version:
Project bootstrapping with an emphasis on simplicity.
22 lines • 424 B
JSON
{
"author": "__author__ <__email__> (__website__)",
"name": "__name__",
"description": "__description__",
"version": "0.0.1",
"repository": {
"url": "__repository__"
},
"main": "./lib/index.js",
"scripts": {
"test": "make test"
},
"dependencies": {},
"devDependencies": {
"hint-hint": "~0.3.0",
"tap": "~0.3.1"
},
"optionalDependencies": {},
"engines": {
"node": ">=0.6"
}
}