-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
70 lines (70 loc) · 1.61 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "spark-cli",
"description": "Simple Node commandline application for working with your Spark devices and using the Spark Cloud",
"version": "1.4.2",
"author": "David Middlecamp",
"repository": {
"type": "git",
"url": "https://github.com/spark/spark-cli"
},
"bin": {
"spark": "./bin/spark.js"
},
"main": "./app.js",
"engines": {
"node": "^0.10.0"
},
"dependencies": {
"chalk": "^1.0.0",
"cli-spinner": "git+https://github.com/spark/node-spinner.git",
"glob": "^4.2.1",
"hogan.js": "^2.0.0",
"inquirer": "^0.8.2",
"moment": "^2.9.0",
"node-wifiscanner": "git+https://github.com/spark/node-wifiscanner.git",
"request": "^2.46.0",
"serialport": "^1.5.0",
"softap-setup": "^1.1.4",
"when": "^3.7.2",
"xtend": "^4.0.0"
},
"contributors": [
{
"name": "Kenneth Lim",
"url": "https://github.com/kennethlimcp"
},
{
"name": "David Washington",
"url": "https://github.com/dwcares"
},
{
"name": "TJ Hunter",
"url": "https://github.com/Hypnopompia"
},
{
"name": "Udo Kramer",
"url": "https://github.com/optikfluffel"
},
{
"name": "vk2tds",
"url": "https://github.com/vk2tds"
},
{
"name": "Emily Rose",
"url": "https://github.com/emilyrose"
},
{
"name": "Kyle Marsh",
"url": "https://github.com/kylemarsh"
},
{
"name": "Harrison Jones",
"url": "https://github.com/harrisonhjones"
},
{
"name": "Bryce Kahle",
"url": "https://github.com/brycekahle"
}
],
"preferGlobal": true
}