forked from sghall/subunit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 963 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "subunit",
"version": "v0.2.9",
"description": "D3 Selections in THREE.js, D3 Syntax in WebGL",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/sghall/subunit.git"
},
"author": "Steve Hall <[email protected]> (http://delimited.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/sghall/subunit/issues"
},
"homepage": "https://github.com/sghall/subunit",
"devDependencies": {
"babel": "^5.1.11",
"babel-core": "^5.1.11",
"es6-module-loader": "^0.16.6",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.8",
"karma-firefox-launcher": "^0.1.4",
"karma-jasmine": "^0.1.5",
"karma-safari-launcher": "^0.1.1",
"karma-systemjs": "^0.3.0",
"systemjs": "^0.16.10",
"tween.js": "^0.14.0"
},
"dependencies": {
"three": "^0.71.0",
"d3": "^3.5.5"
}
}