carlosify
Version:
"Carlosifies" a directory into one of his new node modules
24 lines (23 loc) • 488 B
JSON
{
"name": "test",
"version": "0.0.0",
"description": "ERROR: No README.md file found!",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"mocha": "*"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/carlos8f/test.git"
},
"homepage": "https://github.com/carlos8f/test",
"keywords": [
"bacon"
],
"author": "Carlos Rodriguez <carlos@s8f.org> (http://s8f.org/)",
"license": "MIT"
}