choprify
Version:
Provides the wisdom of Deepak Chopra
39 lines (38 loc) • 678 B
JSON
{
"author": "John Haugeland",
"name": "choprify",
"description": "Provides the wisdom of Deepak Chopra",
"version": "1.3.5",
"repository": {
"url": "https://github.com/StoneCypher/DeepakChopra_NodeJS"
},
"main": "./choprify.js",
"keywords": [
"deepak",
"chopra",
"guru",
"wisdom",
"insight",
"generate",
"generator",
"text generator",
"StoneCypher"
],
"bin": {
"choprify": "./choprify"
},
"devDependencies": {
"gulp": "*"
},
"dependencies": {
"commander": "2.0.0",
"vows": "*",
"sc-eslint": "*"
},
"engines": {
"node": "*"
},
"scripts": {
"test": "vows test/* --spec"
}
}