-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.58 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
50
51
52
53
54
{
"name": "udias-server",
"description": "Service for universal distributed assistance",
"version": "0.8.5",
"author": "Stefan Dühring | Autarc <autarc@gmail.com>",
"dependencies": {
"babel": "^6.3.26",
"babel-core": "^6.7.2",
"babel-polyfill": "^6.7.2",
"babel-runtime": "^6.3.19",
"geoip-lite": "^1.1.7",
"hapi": "^13.2.1",
"moment": "^2.10.6",
"nes": "^6.2.1",
"pretty-bytes": "^3.0.1",
"udias-task-checksum-creation": "^1.0.0",
"whatwg-fetch": "^1.0.0"
},
"devDependencies": {
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.4.3",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"deep-merge": "^1.0.0",
"fs-extra": "^0.30.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-load-plugins": "^1.2.0",
"gulp-plumber": "^1.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"node-libs-browser": "^1.0.0",
"piping": "^0.3.0"
},
"homepage": "http://udias.online",
"keywords": [],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/udias/udias-server.git"
},
"scripts": {
"build": "NODE_ENV=production node build",
"check": "npm outdated -depth 0",
"setup": "NODE_ENV=production pm2 start index.js --name \"server\" --log-date-format \"YYYY-MM-DD HH:mm Z\"",
"start": "NODE_ENV=production node index.js"
},
"optionalDependencies": {
"pm2": "^1.0.2"
}
}