Files
jspm-registry/test/package.json
T
2014-02-11 16:10:53 +02:00

13 lines
209 B
JSON

{
"name": "tests",
"directories": {
"lib": "tests",
"dist": "dist"
},
"configFile": "config.js",
"registry": "jspm",
"dependencies": {
"mocha": "^1.17.1",
"angular": "^1.2.12"
}
}