UNPKG

563 BJSONView Raw
1{
2 "name": "3vot-model",
3 "version": "0.1.3",
4 "description": "3VOT Model based on SpineJS",
5 "main": "./lib/index.js",
6 "author": "",
7 "license": "BSD",
8 "dependencies": {
9 "superagent": "~0.16.0"
10 },
11 "devDependencies": {
12 "grunt-contrib-coffee": "~0.10.1",
13 "grunt-contrib-clean": "~0.5.0",
14 "grunt-contrib-watch": "~0.5.3",
15 "grunt-contrib-jasmine": "~0.6.1",
16 "browserify": "~3.32.0",
17 "grunt-browserify": "~1.3.1",
18 "grunt": "~0.4.2",
19 "sinon": "~1.9.0",
20 "coffeeify": "~0.6.0",
21 "grunt-s3": "~0.2.0-alpha.3"
22 }
23}