aka
Version:
Generate codenames easily!
41 lines • 915 B
JSON
{
"name": "aka",
"version": "0.0.3",
"main": "lib/aka.js",
"bin": {
"aka": "./bin/aka"
},
"description": "Generate codenames easily!",
"homepage": "https://github.com/phillipalexander/aka",
"bugs": "https://github.com/phillipalexander/aka/issues",
"author": {
"name": "Phillip Alexander",
"email": "git@phillipalexander.io",
"url": "phillipalexander.io"
},
"repository": {
"type": "git",
"url": "https://github.com/phillipalexander/aka"
},
"license": "MIT",
"files": [
"lib"
],
"keywords": [
"aka",
"codename"
],
"devDependencies": {
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-nodeunit": "^0.3.3",
"grunt-contrib-watch": "^0.6.1",
"load-grunt-tasks": "^0.4.0",
"time-grunt": "^0.3.1",
"grunt-mocha-cli": "^1.9.0",
"jshint-stylish": "^0.2.0"
},
"scripts": {
"test": "grunt"
},
"dependencies": {}
}