forked from mceSystems/libijs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 880 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
{
"name": "@synctree/libijs",
"version": "0.1.5",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "mceSystems",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mceSystems/libijs"
},
"dependencies": {
"bytes": "^3.0.0",
"cli-table2": "git+https://github.com/jamestalmage/cli-table2.git",
"debug": "^3.1.0",
"diskusage": "^0.2.4",
"fs-extra": "^4.0.2",
"jarvis-emitter": "^1.0.0",
"meaco": "^1.0.0",
"mute-stream": "0.0.7",
"plist-native": "git+https://github.com/jgarciaghw/node-plist-native.git",
"ref": "^1.3.5",
"ref-array": "^1.2.0",
"ref-struct": "^1.1.0",
"stream-buffers": "^3.0.1",
"yargs": "^10.0.3",
"yauzl": "^2.9.1"
},
"devDependencies": {
"microtime": "^2.1.6"
}
}