forked from gtjoseph/mikronode-ng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.07 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
{
"name": "mikronode-ng",
"description": "Mikrotik API implemented in Node",
"version": "1.0.11",
"author": "Brandon Myers <[email protected]>",
"contributors": [
{
"name": "George Joseph",
"email": "[email protected]"
}
],
"homepage": "http://f5eng.github.io/mikronode-ng",
"license": "MIT",
"keywords": [
"mikrotik",
"socket",
"api"
],
"repository": "git://github.com/f5eng/mikronode-ng",
"bugs": "https://github.com/f5eng/mikronode-ng/issues",
"main": "lib/index",
"engines": {
"node": ">= 0.10.36"
},
"directories": {
"lib": "lib",
"doc": "doc",
"example": "examples"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-git": "^0.3.7",
"grunt-jsdoc": "^1.1.0",
"grunt-shell": "^1.1.2",
"jaguarjs-jsdoc": "0.0.1",
"jsdoc": "^3.4.0"
},
"dependencies": {
"debug": "^2.2.0",
"private-parts": "^0.4.1"
},
"optionalDependencies": {
"es6-promise": "^3.0.2",
"weakmap": "0.0.6"
}
}