2015-05-21 21:33:08 +02:00
|
|
|
{
|
|
|
|
|
"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": {
|
2015-05-25 21:27:37 +02:00
|
|
|
"ghostscript": "https://github.com/gauthiier/node-ghostscript/tarball/master",
|
2015-05-21 21:33:08 +02:00
|
|
|
"nodegit": "^0.4.0"
|
2015-05-25 21:27:37 +02:00
|
|
|
},
|
|
|
|
|
"scripts" : {
|
|
|
|
|
"export": "node export.js",
|
|
|
|
|
"index": "node index.js > index.html"
|
2015-05-21 21:33:08 +02:00
|
|
|
}
|
|
|
|
|
}
|