-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.14 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
{
"name": "node-x10-server",
"version": "1.0.0",
"description": "Schedule and send x10 commands via a web interface",
"main": "index.js",
"scripts": {
"start": "ts-node --no-cache index.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "tslint \"src/**/*.ts\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/teledemic/node-x10-server.git"
},
"author": "Carl Irving",
"license": "ISC",
"bugs": {
"url": "https://github.com/teledemic/node-x10-server/issues"
},
"homepage": "https://github.com/teledemic/node-x10-server#readme",
"dependencies": {
"body-parser": "1.17.2",
"cors": "2.8.3",
"express": "4.15.3",
"fauxmojs": "1.0.1",
"fs-extra": "3.0.1",
"node-x10-comm": "1.2.1",
"on-finished": "2.3.0",
"suncalc": "1.8.0"
},
"devDependencies": {
"@types/body-parser": "1.16.3",
"@types/cors": "2.8.1",
"@types/express": "4.0.36",
"@types/express-serve-static-core": "4.0.48",
"@types/fs-extra": "3.0.3",
"@types/node": "8.0.0",
"@types/on-finished": "2.2.29",
"ts-node": "3.0.6",
"typescript": "2.3.4"
}
}