Files
jspm-registry/test/package.json
T

18 lines
323 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-02-15 19:54:43 +02:00
"mocha": "^1.17.1",
"text": "master",
"bootstrap": "^3.1.1",
2014-02-15 21:44:55 +02:00
"css": "master",
2014-02-15 19:54:43 +02:00
"jquery": "^2.1.0",
2014-02-15 21:44:55 +02:00
"d3": "^3.4.1",
"angular": "^1.2.13"
2014-02-11 16:10:53 +02:00
}
}