forked from doublerebel/nvram-cfg-parser
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 965 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
{
"name": "nvram-cfg-parser",
"version": "1.0.0",
"description": "Command Line parser for Tomato Firmware NVRAM cfg backups.",
"main": "nvram-parser.js",
"bin": {
"nvramcfg": "./nvramcfg.js"
},
"dependencies": {
"buffertools": "latest",
"iced-runtime": "^1.0.2",
"is-gzip": "^1.0.0"
},
"devDependencies": {
"iced-coffee-script": ">=1.6.3"
},
"optionalDependencies": {
"json-diff": "~0.3.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/doublerebel/nvram-cfg-parser"
},
"keywords": [
"tomato",
"router",
"firmware",
"nvram",
"cfg",
"config",
"parser"
],
"author": "Charles Phillips <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/doublerebel/nvram-cfg-parser/issues"
},
"homepage": "https://github.com/doublerebel/nvram-cfg-parser"
}