forked from particle-iot/spark-protocol
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 741 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 741 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
{
"name": "spark-protocol",
"version": "0.1.6",
"main": "./index.js",
"repository": {
"type": "git",
"url": "https://github.com/spark/spark-protocol"
},
"homepage": "https://github.com/spark/spark-protocol",
"bugs": "https://github.com/spark/spark-protocol/issues",
"author": {
"name": "David Middlecamp",
"email": "david@spark.io",
"url": "https://www.spark.io/"
},
"license": "LGPL-3.0",
"dependencies": {
"buffer-crc32": "~0.2.3",
"h5.buffers": "~0.1.1",
"h5.coap": "git+https://github.com/morkai/h5.coap.git",
"hogan.js": "*",
"ursa": "*",
"when": "*",
"moment": "*",
"xtend": "*"
}
}