3vot-model
Version:
3VOT Model based on SpineJS
25 lines (24 loc) • 592 B
JSON
{
"name": "3vot-model",
"version": "0.2.6",
"description": "3VOT Model based on SpineJS",
"main": "./lib/index.js",
"author": "",
"license": "BSD",
"dependencies": {
"superagent": "~0.16.0",
"kew": "~0.5.0-alpha.1"
},
"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",
"grunt-s3": "~0.2.0-alpha.3"
}
}