UNPKG

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