Files
jspm-registry/test/package.json
T

19 lines
355 B
JSON
Raw Normal View History

2014-02-11 16:10:53 +02:00
{
"name": "tests",
"directories": {
"lib": "tests",
"dist": "dist"
},
"configFile": "config.js",
"registry": "jspm",
"dependencies": {
2014-05-19 14:49:30 -07:00
"npm:voxel-demo": "^0.0.1",
2014-02-15 19:54:43 +02:00
"jquery": "^2.1.0",
2014-05-19 14:49:30 -07:00
"text": "master",
"mocha": "^1.17.1",
"d3": "^3.4.6",
"css": "master",
"angular": "^1.2.13",
"bootstrap": "^3.1.1"
2014-02-11 16:10:53 +02:00
}
}