-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
46 lines (46 loc) · 1.24 KB
/
package.json
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "cyber.fund",
"version": "0.9.3",
"description": "cyberfund webpage",
"main": "index.js",
"directories": {
"test": "tests"
},
"dependencies": {
"babel-runtime": "^6.20.0",
"eslint-plugin-import": "^1.6.1",
"eslint-plugin-jsx-a11y": "^1.0.4",
"react": "^15.0.2",
"react-addons-create-fragment": "^15.0.2",
"react-addons-css-transition-group": "^15.0.2",
"react-addons-linked-state-mixin": "^15.0.2",
"react-addons-perf": "^15.0.2",
"react-addons-pure-render-mixin": "^15.0.2",
"react-addons-test-utils": "^15.0.2",
"react-addons-transition-group": "^15.0.2",
"react-addons-update": "^15.0.2",
"react-dom": "^15.0.2",
"unirest": "^0.4.2"
},
"devDependencies": {
"babel-preset-meteor": "^6.12.0"
},
"scripts": {
"test": "meteor test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cyberFund/cyber.fund.git"
},
"keywords": [
"cyberfund",
"investments",
"cryptoanalytics"
],
"author": "Angelo Tomarcafe <[email protected]> (https://github.com/tomarcafe)",
"license": "MIT",
"bugs": {
"url": "https://github.com/cyberFund/cyber.fund/issues"
},
"homepage": "https://github.com/cyberFund/cyber.fund#readme"
}