1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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"
}
|