-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
44 lines (44 loc) · 1.03 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
{
"name": "eosbet.io",
"version": "1.0.0",
"description": "Website for beta games on ethereum main-net and crowdsale",
"main": "index.html",
"scripts": {
"dev": "lite-server --baseDir='./'",
"prod": "lite-server --baseDir='build'",
"pretest": "eslint --ignore-path .eslintignore ."
},
"repository": {
"type": "git",
"url": "git+https://eosbet-io@github.com/EOSBetIO/EOSBet.IO.git"
},
"keywords": [
"eos",
"smart",
"contracts",
"dapp",
"casino",
"ethereum",
"solidity",
"wasm",
"smart-business"
],
"author": "EOSBetIO",
"license": "ISC",
"bugs": {
"url": "https://github.com/EOSBetIO/EOSBet.IO/issues"
},
"homepage": "https://github.com/EOSBetIO/EOSBet.IO#readme",
"devDependencies": {
"cssnano": "^3.10.0",
"eslint": "^4.19.1",
"eslint-config-strongloop": "^2.1.0",
"html-minifier": "^3.5.13",
"lite-server": "^2.3.0",
"uglify-es": "github:mishoo/UglifyJS2#harmony"
},
"dependencies": {
"ajv": "^5.5.2",
"npm": "^5.8.0"
}
}