forked from particle-iot/spark-server
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 925 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
40
41
42
43
{
"name": "spark-server",
"version": "0.1.1",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/spark/spark-server"
},
"homepage": "https://github.com/spark/spark-server",
"bugs": "https://github.com/spark/spark-server/issues",
"author": {
"name": "David Middlecamp",
"email": "[email protected]",
"url": "https://www.spark.io/"
},
"dependencies": {
"spark-protocol": "digistump/spark-protocol",
"express": "~3.4.4",
"hogan-express": "~0.5.1",
"request": "*",
"node-oauth2-server": "~1.5.3",
"ursa": "*",
"when": "*",
"moment": "*",
"xtend": "*"
},
"scripts": {
"start": "node main.js"
},
"main": "main.js",
"contributors": [
{
"name": "Kenneth Lim",
"email": "[email protected]",
"url": "https://github.com/kennethlimcp"
},
{
"name": "Emily Rose",
"email": "[email protected]",
"url": "https://github.com/emilyrose"
}
]
}