-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 898 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 898 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
29
30
31
32
33
34
35
36
{
"name": "smartbnbkit-backend",
"version": "1.0.0",
"description": "The backend API for Toptal's Open Source Rental-Economy Hardware Kit",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smartbnbkit/backend.git"
},
"keywords": [
"hardware",
"iot",
"backend"
],
"author": "The Toptal Hardware Community",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/smartbnbkit/backend/issues"
},
"homepage": "https://github.com/smartbnbkit/backend#readme",
"dependencies": {
"body-parser": "^1.15.2",
"express": "^4.14.0",
"nedb": "^1.8.0",
"shortid": "^2.2.6"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-typescript": "^2.13.6",
"typescript": "^1.8.10"
}
}