forked from eFishery/coap-polka
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 897 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
39
{
"name": "coap-polka",
"version": "0.0.1",
"description": "A coap framework server with express/polka style",
"main": "index.js",
"contributors": [
{
"name": "Ahmad Anshorimuslim",
"email": "ans4175@gmail.com"
}
],
"scripts": {
"test": "tape tests/*.test.js | tap-spec"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:eFishery/coap-polka.git"
},
"keywords": [
"polka",
"express",
"coap",
"framework",
"server"
],
"author": "Ahmad Anshorimuslim Syuhada <ans4175@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/eFishery/coap-polka#readme",
"dependencies": {
"coap": "git+https://github.com/widesky/node-coap.git#master",
"matchit": "^1.0.6",
"parseurl": "^1.3.2"
},
"devDependencies": {
"axios": "^0.18.0",
"tap-spec": "^4.1.2",
"tape": "^4.9.0"
}
}