mlp-name-generator
Version:
Generate a fantastic My Little Pony name!
45 lines (44 loc) • 1.05 kB
JSON
{
"name": "mlp-name-generator",
"version": "1.2.0",
"description": "Generate a fantastic My Little Pony name!",
"main": "./lib/index",
"bin": "./bin/mlp-name-generator",
"scripts": {
"test": "grunt nodeunit"
},
"repository": {
"type": "git",
"url": "github.com/wavesoftware/mlp-name-generator.git"
},
"keywords": [
"My",
"Little",
"Pony",
"Name",
"Generator"
],
"dependencies": {
"crc": "3.2.x",
"random-js": "1.0.x",
"sha1": "1.1.x",
"yargs": "3.6.x"
},
"devDependencies": {
"grunt": "0.4.x",
"grunt-contrib-jshint": "0.11.x",
"grunt-contrib-watch": "0.6.x",
"grunt-coveralls": "1.0.x",
"grunt-jasmine-node-coverage": "0.4.x"
},
"engines": {
"node": ">=0.9 <=0.12",
"iojs": "~1"
},
"author": "Krzysztof Suszyński <krzysztof.suszynski@wavesoftware.pl>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/wavesoftware/mlp-name-generator/issues"
},
"homepage": "https://github.com/wavesoftware/mlp-name-generator"
}