reckon/package.json
2015-05-25 21:27:37 +02:00

32 lines
743 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": {
"ghostscript": "https://github.com/gauthiier/node-ghostscript/tarball/master",
"nodegit": "^0.4.0"
},
"scripts" : {
"export": "node export.js",
"index": "node index.js > index.html"
}
}