poem-gen
Version:
Poem generator
44 lines (43 loc) • 886 B
JSON
{
"name": "poem-gen",
"version": "0.3.0",
"description": "Poem generator",
"main": "lib/poem-gen",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git@github.com:CamdenSegal/poem-gen.git"
},
"bin": {
"poem": "./bin/poem"
},
"keywords": [
"poem",
"computational",
"linguistics",
"language",
"novelty"
],
"author": "Camden Segal",
"license": "MIT",
"bugs": {
"url": "https://github.com/CamdenSegal/poem-gen/issues"
},
"homepage": "https://github.com/CamdenSegal/poem-gen",
"dependencies": {
"async": "^2.6.2",
"commander": "^2.5.0",
"progress": "^1.1.8",
"rhyme": "0.0.3",
"underscore": "^1.7.0"
},
"devDependencies": {
"del": "^4.0.0",
"gulp": "^4.0.0",
"gulp-concat": "^2.4.1",
"gulp-jsoncombine": "^1.0.0",
"merge-stream": "^0.1.6"
}
}