-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1008 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
36
37
38
39
40
{
"name": "gollum-nocinema",
"version": "0.2.8",
"description": "Gollum is specialized crawler in cinemas sites.",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha --compilers js:babel-core/register --recursive tests/ --timeout 60000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fernandoguedes/gollum.git"
},
"keywords": [
"crawler",
"nocinema",
"gollum",
"cinema",
"schedules"
],
"author": "Luís Fernando Guedes",
"license": "ISC",
"bugs": {
"url": "https://github.com/fernandoguedes/gollum/issues"
},
"homepage": "https://github.com/fernandoguedes/gollum#readme",
"devDependencies": {
"babel-core": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"chai": "^3.5.0",
"mocha": "^2.5.3"
},
"dependencies": {
"cheerio": "^0.20.0",
"jsdom": "^9.4.1",
"lodash": "^4.13.1",
"moment": "^2.13.0",
"promise-sequential": "^1.1.1",
"request-promise": "^3.0.0"
}
}