tallship
Version:
Coming soon.
37 lines (36 loc) • 785 B
JSON
{
"name": "tallship",
"description": "Coming soon.",
"url": "https://github.com/nickpoorman/tallship",
"author": "Nick Poorman <mail@nickpoorman.com>",
"contributors": [{
"name": "Nick Poorman",
"email": "mail@nickpoorman.com",
"url": "http://nickpoorman.com/"
}],
"version": "0.0.1",
"dependencies": {
"underscore": "^1.6.0"
},
"devDependencies": {
"mocha": "^1.17.1",
"should": "^3.1.3"
},
"scripts": {
"start": "index.js",
"test": "mocha test/*.js"
},
"engines": {
"node": "0.10.x"
},
"repository": {
"type": "git",
"url": "git@github.com:nickpoorman/tallship.git"
},
"license": "MIT",
"main": "index.js",
"homepage": "https://github.com/nickpoorman/tallship",
"keywords": [
"tallship"
]
}