-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 774 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 774 Bytes
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
{
"name": "minerva",
"version": "0.0.1",
"description": "Service that exposes techcomm events around the world",
"engines": {
"node": "5.11.1"
},
"dependencies": {
"babel-cli": "^6.4.5",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"config": "^1.19.0",
"cors": "^2.7.1",
"express": "^4.13.4",
"popsicle": "^0.5.13"
},
"scripts": {
"start": "node_modules/babel-cli/bin/babel.js service --out-dir out && NODE_CONFIG_DIR=./out/config node out",
"develop": "NODE_CONFIG_DIR=./service/config babel-node service/index.js"
},
"repository": {
"type": "git",
"url": "git@github.com:derberg/minerva.git"
},
"author": "derberg@wp.pl",
"license": "MIT"
}