-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
61 lines (61 loc) · 1.37 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
53
54
55
56
57
58
59
60
61
{
"name": "napi-js",
"version": "3.0.5",
"private": false,
"description": "A library for downloading movie subtitles using the NapiProjekt API.",
"homepage": "https://github.com/kozervar/napi-js",
"author": "Marcin Kozaczyk <[email protected]> (http://github.com/kozervar)",
"license": "MIT",
"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"
},
"bin": {
"napijs": "dist/cmd.js"
},
"main": "dist/index.js",
"files": [
"LICENSE",
"dist/*"
],
"repository": {
"type": "git",
"url": "git://github.com/kozervar/napi-js.git"
},
"engines": {
"node": ">=0.6.0"
},
"dependencies": {
"chokidar": "^1.6.0",
"globby": "5.0.0",
"lodash": "4.13.1",
"md5-part-file": "1.1.0",
"winston": "^2.2.0",
"xml2js": "*",
"yargs": "^4.8.1",
"underscore": "^1.8.3"
},
"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean": "^0.3.2",
"gulp-file-cache": "0.0.1",
"gulp-nodemon": "^2.1.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0"
}
}