-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
38 lines (38 loc) · 944 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
34
35
36
37
38
{
"name": "fhirbase",
"description": "fhirbase",
"version": "0.0.1",
"author": "niquola",
"devDependencies": {
"coffee": "3.3.2",
"coffee-script": "1.12.6",
"fast-json-patch": "1.2.0",
"js-yaml": "3.8.4",
"jsedn": "0.4.0",
"mocha": "3.4.2",
"pg-native": "1.10.1"
},
"dev": {
"plpl": "latest"
},
"engines": {
"node": ">=6.2.0",
"npm": ">=3.0.0"
},
"homepage": "https:\/\/github.com\/niquola\/plpl",
"files": [
"bin",
"lib",
"src"
],
"repository": {
"type": "git",
"url": "https:\/\/github.com\/niquola\/fhirbase"
},
"scripts": {
"publish": "coffee -o lib\/ -c src\/ && npm publish",
"migrate": ".\/build-commit.sh --rebuild && cat build\/latest\/build.sql | psql $DATABASE_URL",
"reload": "plpl\/bin\/plpl reload",
"test": "node_modules\/mocha\/bin\/mocha --compilers mocha --compilers coffee:coffee-script\/register --recursive"
}
}