forked from kozervar/napi-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 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
49
{
"name": "napi-js",
"version": "1.1.0",
"private": false,
"description": "Library for downloading movie subtitles using NapiProjekt API.",
"homepage": "https://github.com/kozervar/napi-js",
"author": "Marcin Kozaczyk <[email protected]> (http://github.com/kozervar)",
"keywords": [
"napiprojekt",
"napiproject",
"js",
"javascript",
"napi",
"project",
"promise",
"node"
],
"contributors": [
"Michał Budzyński <[email protected]> (http://github.com/michalbe)"
],
"bugs": {
"mail": "[email protected]",
"url": "http://github.com/kozervar/napi-js/issues"
},
"license": {
"type": "MIT",
"url": "http://github.com/kozervar/napi-js/raw/master/LICENSE"
},
"bin": {
"napijs": "./bin/cmd.js"
},
"main": "napi-js.js",
"files": [
"LICENSE",
"napi-js.js"
],
"repository": {
"type": "git",
"url": "git://github.com/kozervar/napi-js.git"
},
"engines": {
"node": ">=0.6.0"
},
"dependencies": {
"md5-part-file": "^1.0.3",
"q": "^1.3.0",
"xml2js": "^0.4.8"
}
}