Files
jspm-registry/test/package.json
T

13 lines
209 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": {
"mocha": "^1.17.1",
"angular": "^1.2.12"
}
}