reckon/package.json
2015-05-21 21:33:08 +02:00

27 lines
565 B
JSON

{
"name": "reckon",
"version": "0.0.0",
"description": "Reckoning Histories of Computation",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gauthiier/reckon.git"
},
"keywords": [
"Arcades",
"Project"
],
"author": "gauthiier",
"license": "ISC",
"bugs": {
"url": "https://github.com/gauthiier/reckon/issues"
},
"homepage": "https://github.com/gauthiier/reckon",
"dependencies": {
"nodegit": "^0.4.0"
}
}