summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-08-09 19:38:49 +0300
committerAlon Levy <alon@pobox.com>2015-08-09 19:45:06 +0300
commitaafc58c9e15143dd5239950340579efee5c95979 (patch)
tree1ae5625a7049890f54c783126a4784f4a1578fdd /package.json
parent3b0ec2629ebee58e2b49c614d8addf2e5da23e1c (diff)
initial tests based on karma + jasmine, run with karma start
Diffstat (limited to 'package.json')
-rw-r--r--package.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 00000000..c5ef3137
--- /dev/null
+++ b/package.json
@@ -0,0 +1,17 @@
+{
+ "name": "Rhizi",
+ "description": "Collaborative graph editor",
+ "license": "AGPL version 3.0",
+ "repository": "https://github.com/Rhizi/rhizi.git",
+ "version": "0.0.1",
+ "dependencies": {},
+ "devDependencies": {
+ "karma": "~0.13",
+ "jasmine": "~2.3.*",
+ "jasmine-core": "~2.3.4",
+ "karma-jasmine": "~0.3.6",
+ "requirejs": "~2.1.20",
+ "karma-requirejs": "~0.2.2",
+ "karma-chrome-launcher": "~0.2.0"
+ }
+}