diff options
Diffstat (limited to 'ui/package.json')
-rw-r--r-- | ui/package.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/ui/package.json b/ui/package.json new file mode 100644 index 0000000..531452b --- /dev/null +++ b/ui/package.json @@ -0,0 +1,26 @@ +{ + "name": "calipso", + "version": "1.0.0", + "description": "", + "dependencies": { + "babel-runtime": "^6.23.0", + "bcrypt": "^1.0.2", + "bson": "^1.0.4", + "d3": "^4.5.0", + "jquery": "^1.9.1", + "jquery.scrollto": "^2.1.2", + "meteor-node-stubs": "^0.2.1", + "ramda": "^0.24.1", + "reactive-redux": "^1.1.0", + "redux": "^3.6.0", + "redux-thunk": "^2.1.0", + "rrule": "^2.2.0", + "webcola": "^3.1.1" + }, + "devDependencies": {}, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "", + "license": "ISC" +} |