-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 856 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 856 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
37
38
39
40
41
42
{
"name": "pesudo-http",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "xo",
"start": "node index.js"
},
"preferGlobal": true,
"directories": {
"bin": "./bin"
},
"author": {
"name": "SmartThings",
"url": "http://www.smartthings.com"
},
"contributors": [
{
"name": "Michael Cacek",
"url": "http://github.com/mcacek"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/SmartThingsOSS/pseudo-http/issues"
},
"homepage": "https://github.com/SmartThingsOSS/pseudo-http",
"dependencies": {
"cors": "2.8.4",
"debug": "3.1.0",
"dotenv": "6.0.0",
"express": "4.16.3",
"express-http-proxy": "1.2.0",
"inquirer": "6.0.0",
"meow": "5.0.0",
"rc": "1.2.8"
},
"devDependencies": {
"xo": "0.21.1"
}
}