-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.02 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
{
"name": "blend-subs",
"version": "0.0.1",
"description": "A web-based tool to merge two different subtitles in different languages.",
"main": "server.js",
"scripts": {
"start": "node server.js",
"postinstall": "node_modules/bower/bin/bower install"
},
"engines": {
"node": "6.0.x",
"npm": "3.8.x"
},
"repository": {
"type": "git",
"url": "git://github.com/danielfc/blend-subs.git"
},
"keywords": [
"mean",
"blend",
"blend-subs",
"subtitles",
"subtitle",
"merge",
"languages"
],
"author": "danielfc/joaocar",
"license": "BSD",
"bugs": {
"url": "https://github.com/danielfc/blend-subs/issues"
},
"dependencies": {
"amdefine": "^0.1.0",
"archiver": "^1.0.0",
"async": "^2.0.0-rc.6",
"body-parser": "~1.4.3",
"bower": "~1.7.9",
"express": "~4.4.5",
"iconv-lite": "~0.4.13",
"imdb-api": "^1.3.3",
"jade": "~1.3.1",
"morgan": "~1.1.1",
"request": "^2.47.0",
"xmlrpc": "^1.2.0",
"winston": "^2.2.0"
}
}