-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 942 Bytes
/
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
{
"name": "gamble-chain",
"version": "1.0.0",
"description": "본격 사행성 조장 블록체인 (Gambling encouraging blockchain)",
"main": "Index.js",
"dependencies": {
"crypto": "^1.0.1",
"crypto-js": "^3.1.9-1",
"node-rsa": "^1.0.0",
"readline": "^1.3.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-es2015": "^6.24.1"
},
"scripts": {
"test": "babel-node test/test.js",
"start": "babel-node Index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/42deSix/gamble-chain.git"
},
"author": "Sejin Jeon",
"license": "ISC",
"bugs": {
"url": "https://github.com/42deSix/gamble-chain/issues"
},
"homepage": "https://github.com/42deSix/gamble-chain#readme"
}