UNPKG

680 BJSONView Raw
1{
2 "name": "cineteca",
3 "version": "0.1.3",
4 "description": "Un scraper para el sitio de la Cineteca Nacional de México",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha --compilers coffee:coffee-script/register --reporter spec"
8 },
9 "keywords": [
10 "cineteca"
11 ],
12 "author": "Marcel Miranda",
13 "license": "BSD-2-Clause",
14 "repository": {
15 "type": "git",
16 "url": "git://github.com/reaktivo/cineteca.git"
17 },
18 "dependencies": {
19 "async": "~0.7.0",
20 "request": "~2.34.0",
21 "cheerio": "~0.15.0",
22 "coffee-script": "~1.7.1",
23 "underscore": "~1.6.0",
24 "underscore.string": "~2.3.3"
25 },
26 "devDependencies": {
27 "mocha": "~1.18.2"
28 }
29}