3vot-model
Version:
3VOT Model based on SpineJS
26 lines (25 loc) • 608 B
JSON
{
"name": "3vot-model",
"version": "0.0.14",
"description": "3VOT Model based on SpineJS",
"main": "./lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "BSD",
"dependencies": {
"superagent": "~0.16.0"
},
"devDependencies": {
"grunt-contrib-coffee": "~0.10.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-jasmine": "~0.6.1",
"browserify": "~3.32.0",
"grunt-browserify": "~1.3.1",
"grunt": "~0.4.2",
"sinon": "~1.9.0",
"coffeeify": "~0.6.0"
}
}