-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.36 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.36 KB
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
47
48
49
50
51
52
53
54
55
56
{
"name": "connected-profiles",
"version": "0.1.0",
"description": "",
"main": "lib/index.js",
"scripts": {
"bundle": "npm run compile && npm-bundle",
"compile": "babel src -d lib",
"lint": "eslint src",
"_prepublish": "npm run compile"
},
"author": "Niran Babalola <niran.babalola@consensys.net",
"devDependencies": {
"babel-core": "^6.8.0",
"babel-eslint": "^6.0.4",
"babel-polyfill": "^6.8.0",
"babel-preset-es2015": "^6.0.15",
"babel-preset-react": "^6.0.15",
"babel-preset-stage-0": "^6.0.15",
"eslint": "^2.9.0",
"eslint-config-airbnb": "^8.0.0",
"eslint-plugin-react": "^5.0.1",
"ethereumjs-testrpc": "^2.0.9",
"npm-bundle": "^3.0.3",
"sinon": "^1.17.4",
"transaction-monad": "file:../transaction-monad-0.1.0.tgz",
"truffle": "^1.0.3"
},
"dependencies": {
"bluebird": "^3.3.4",
"browser-ipfs": "0.0.6",
"dataloader": "^1.2.0",
"hellojs": "^1.13.2",
"indent-string": "^3.0.0",
"ipfs-js": "0.0.10",
"lodash": "~4",
"tcomb": "^3.2.5",
"uport-registry": "file:../uport-registry-1.2.3.tgz",
"web3": "^0.16.0"
},
"browser": {
"ipfs-js": "browser-ipfs"
},
"bundledDependencies": [
"bluebird",
"browser-ipfs",
"dataloader",
"hellojs",
"indent-string",
"ipfs-js",
"lodash",
"tcomb",
"uport-registry",
"web3"
]
}