-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnot-package.json.txt
54 lines (54 loc) · 1.27 KB
/
not-package.json.txt
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
{
"name": "particle-cloud9",
"description": "Example Particle CLI on Cloud9",
"version": "1.8.16",
"repository": {
"type": "git",
"url": "https://github.com/hpssjellis/particle-photon-on-cloud9"
},
"license": "LGPL-3.0",
"scripts": {
"install": "npm install -g particle-cli",
"start": "particle login"
},
"engines": {
"node": ">=0.10.40"
},
"dependencies": {
"chalk": "^1.0.0",
"cli-spinner": "^0.2.1",
"cli-table": "^0.3.1",
"fast-luhn": "^1.0.2",
"glob": "^4.2.1",
"hogan.js": "^2.0.0",
"inquirer": "^0.8.2",
"lodash": "^3.10.1",
"moment": "^2.9.0",
"node-wifiscanner2": "^1.1.0",
"request": "^2.46.0",
"serialport": "^2.0.1",
"softap-setup": "^1.1.4",
"when": "^3.7.2",
"xtend": "^4.0.0"
},
"contributors": [
{
"name": "Kenneth Lim",
"url": "https://github.com/kennethlimcp"
},
{
"name": "Jeremy Ellis",
"url": "http://rocksetta.com"
}
],
"preferGlobal": true,
"devDependencies": {
"coveralls": "^2.11.4",
"eslint": "^1.1.0",
"istanbul": "^0.3.22",
"mocha": "^2.2.5",
"proxyquire": "^1.6.0",
"should": "^7.0.2",
"sinon": "^1.15.4"
}
}