-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
60 lines (60 loc) · 1.41 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
{
"author": "Olivier Combe <[email protected]> (https://github.com/ocombe)",
"name": "subnode",
"description": "An app to easily get subtitles for your tv show",
"version": "1.1.15",
"engines": {
"node": ">=0.8"
},
"scripts": {
"start": "node_modules/.bin/brunch watch --server",
"test": "node_modules/.bin/karma start test/karma.conf.js",
"postinstall": "coffee --output ./node_modules/tvdb/lib --compile ./node_modules/tvdb/src"
},
"node-main": "app.js",
"main": "public/node-webkit.html",
"window": {
"toolbar": false,
"width": 1200,
"height": 600
},
"repository": {
"type": "git",
"url": "https://github.com/ocombe/subNode"
},
"keywords": [
"subtitles",
"tv",
"show",
"tv show"
],
"license": "BSD",
"gitHead": "386272067cd718cb0f4e04d80ad2ae4371b945df",
"readmeFilename": "README.md",
"dependencies": {
"wrench": "~1.5.4",
"async": "~0.2.9",
"request": "~2.27.0",
"natural": "~0.1.25",
"adm-zip": "~0.4.3",
"sickbeard": "0.0.2",
"nconf": "~0.6.9",
"tvdb": "0.0.13",
"express": "~3.4.6",
"lodash": "~2.4.0",
"cheerio": "~0.12.4",
"coffee-script": "~1.6.3",
"forever-monitor": "~1.2.3",
"nedb": "~0.9.1"
},
"devDependencies": {
"brunch": "~1.7.12",
"auto-reload-brunch": "1.7.1",
"javascript-brunch": ">=1.7",
"css-brunch": ">=1.7",
"sass-brunch": "1.7.0",
"uglify-js-brunch": ">=1.7",
"clean-css-brunch": ">=1.7",
"bower": ">=1.2.8"
}
}