Files
jspm-registry/test/package.json
T

14 lines
231 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-11 17:30:08 +02:00
"text": "master",
2014-02-11 17:06:33 +02:00
"angular": "^1.2.12",
2014-02-11 17:30:08 +02:00
"mocha": "^1.17.1"
2014-02-11 16:10:53 +02:00
}
}