-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.13 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": "gittoken-registry",
"version": "0.0.19",
"description": "GitToken Registry of Projects",
"main": "./dist/server/index.js",
"scripts": {
"test": "mocha",
"build": "babel ./src/ --out-dir ./dist/ --plugins transform-runtime",
"server": "node examples/server.js"
},
"keywords": [
"GitToken",
"Ethereum",
"Git",
"GitHub",
"ERC20"
],
"author": "Ryan Tate",
"license": "MIT",
"dependencies": {
"bluebird": "^3.5.0",
"body-parser": "^1.17.2",
"chalk": "^2.1.0",
"cors": "^2.8.4",
"dotenv": "^4.0.0",
"express": "^4.15.4",
"github-api": "^3.0.0",
"gittoken-signer": "0.0.37",
"mysql": "^2.14.1",
"request": "^2.81.0",
"request-promise": "^4.2.1",
"web3": "^0.20.0"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-inline-import": "^2.0.5",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.5.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.23.0",
"chai": "^4.0.1"
}
}