-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.33 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
47
48
49
{
"name": "gittoken-web-workers",
"version": "0.0.72",
"description": "GitToken Web Workers",
"main": "./dist/index.js",
"scripts": {
"test": "mocha",
"build": "npx babel ./src/ --out-dir ./dist"
},
"keywords": [
"GitToken",
"Ethereum",
"Solidity",
"Git",
"Token",
"ERC20",
"Web Worker"
],
"author": "Ryan Tate <[email protected]>",
"license": "MIT",
"dependencies": {
"axios": "^0.17.1",
"babel-plugin-transform-react-constant-elements": "^6.23.0",
"bluebird": "^3.5.1",
"browser-request": "^0.3.3",
"eth-lightwallet": "^2.5.6",
"ethereumjs-tx": "^1.3.3",
"ethereumjs-util": "^5.1.2",
"github-api": "^3.0.0",
"gittoken-contracts": "0.0.56",
"level-js": "^2.2.4",
"levelup": "^2.0.0",
"pouchdb": "^6.3.4"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-env": "^2.4.1",
"babel-loader": "^7.1.2",
"babel-plugin-inline-import": "^2.0.6",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators": "^6.24.1",
"babel-plugin-transform-react-inline-elements": "^6.22.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1"
}
}