-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.1 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
{
"name": "players-stat-service",
"version": "0.0.1",
"description": "",
"main": "bin/www",
"repository": {
"type": "git",
"url": "git+https://github.com/iBat/iBat.github.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/iBat/iBat.github.io/issues"
},
"homepage": "https://github.com/iBat/iBat.github.io#readme",
"dependencies": {
"aws-sdk": "^2.7.7",
"dynamoose": "^0.7.0",
"koa": "^2.0.0",
"koa-error": "^2.1.0",
"koa-jade-render": "^1.0.0",
"koa-router": "^7.0.1",
"koa-static": "^2.0.0",
"request": "^2.79.0",
"request-promise": "^4.1.1"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-preset-es2017-node7": "^0.4.1"
},
"scripts": {
"build": "babel src --out-dir lib && rm -rf lib/views && cp -r src/views lib/views",
"docker:build": "docker build --force-rm -t $npm_package_config_docker_register/web:8 .",
"docker:push": "docker push $npm_package_config_docker_register/web:8",
"start": "node --harmony bin/www"
},
"config": {
"docker_register": "cloud.modxvm.com:5000"
}
}