forked from giovortu/node-flashair-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.14 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
{
"name": "flashair",
"version": "0.6.0",
"devDependencies": {
"chai": "^3.5.0",
"istanbul": "^0.4.5",
"mocha": "^3.1.2",
"remark-cli": "^2.1.0",
"remark-preset-lint-recommended": "^1.0.0",
"sinon": "^1.17.6",
"standard": "^8.6.0"
},
"main": "lib.js",
"scripts": {
"test": "mocha",
"coverage": "istanbul cover mocha",
"posttest": "standard && remark .",
"remark": "remark .",
"standard-fix": "standard --fix"
},
"dependencies": {
"debug": "^2.6.3",
"ini": "^1.3.4",
"minimist": "^1.2.0",
"underscore": "^1.8.3"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/asnowfix/node-flashair.git"
},
"description": "FlashAir API Wrapper ====================",
"bugs": {
"url": "https://github.com/asnowfix/node-flashair/issues"
},
"homepage": "https://github.com/asnowfix/node-flashair#readme",
"bin": {
"flashair": "bin/config.js"
},
"directories": {
"example": "examples",
"test": "test"
},
"keywords": [
"flashair",
"sdio",
"wi-fi",
"eyefi",
"toshiba"
],
"author": "Takenori Nakagawa",
"license": "MIT"
}