-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 892 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
{
"name": "propertyhelper",
"version": "1.0.0",
"description": "Microservice trying to standardise observed properties and measurement units formats, adapting from existing controlled vocabularies.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fabiopavesi/propertyAdapter.git"
},
"author": "Fabio Pavesi <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/fabiopavesi/propertyAdapter/issues"
},
"homepage": "https://github.com/fabiopavesi/propertyAdapter#readme",
"dependencies": {
"@types/node": "10.0.2",
"@types/redis": "2.8.6",
"axios": "0.18.0",
"body-parser": "1.18.2",
"cors": "2.8.4",
"express": "4.16.3",
"redis": "2.8.0",
"rxjs": "5.5.7",
"xmldoc": "1.1.0"
}
}