autograph
Version:
A visual data routing automation tool.
36 lines (35 loc) • 796 B
JSON
{
"name": "autograph",
"version": "0.1.5",
"author": "Joe Beuckman <joe@beigerecords.com>",
"description": "A visual data routing automation tool.",
"dependencies": {},
"devDependencies": {
"chai": "*",
"grunt": "~0.4.4",
"grunt-contrib-commands": "^0.1.6",
"grunt-contrib-connect": "^0.7.1",
"grunt-jsdoc": "~0.5.4",
"grunt-jslint": "^1.1.11",
"grunt-nodestatic": "^0.1.2",
"grunt-open": "^0.2.3",
"http-proxy": "^1.1.2",
"mocha": "*",
"mocha-phantomjs": "^3.4.0"
},
"scripts": {
"test": "mocha-phantomjs tests/testRunner.html"
},
"repository": {
"type": "git",
"url": "https://github.com/jbeuckm/AutoGraph.git"
},
"keywords": [
"puredata",
"Max/MSP",
"Lily",
"HTTP",
"D3",
"Backbone"
]
}