forked from ConsenSysMesh/connected-profiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.05 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
{
"name": "connected-profiles",
"version": "0.1.0",
"description": "",
"main": "lib/index.js",
"scripts": {
"compile": "babel src -d lib",
"prepublish": "npm run compile",
"lint": "eslint src"
},
"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",
"sinon": "^1.17.4",
"transaction-monad": "file:../transaction-monad",
"truffle": "^1.0.3"
},
"dependencies": {
"bluebird": "^3.3.4",
"dataloader": "^1.2.0",
"hellojs": "^1.13.2",
"indent-string": "^3.0.0",
"ipfs-js": "0.0.10",
"lodash": "^4.12.0",
"tcomb": "^3.2.5",
"uport-registry": "file:../uport-registry",
"web3": "^0.16.0"
},
"browser": {
"ipfs-js": "browser-ipfs"
}
}