registry tests

This commit is contained in:
guybedford
2014-02-11 16:10:53 +02:00
parent bbfee33c7c
commit fcd5a654ae
7 changed files with 67 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"name": "tests",
"directories": {
"lib": "tests",
"dist": "dist"
},
"configFile": "config.js",
"registry": "jspm",
"dependencies": {
"mocha": "^1.17.1",
"angular": "^1.2.12"
}
}