forked from dobtco/openrfps-scrapers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1021 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
41
{
"name": "OpenRFPs",
"version": "0.0.0",
"description": "Scraping government contracting opportunities.",
"main": "index.coffee",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/dobtco/openrfps-scrapers.git"
},
"keywords": [
"rfps",
"contracts",
"awards"
],
"author": "Department of Better Technology",
"license": "MIT",
"bugs": {
"url": "https://github.com/dobtco/openrfps-scrapers/issues"
},
"homepage": "https://github.com/dobtco/openrfps-scrapers",
"dependencies": {
"async": "~0.9.0",
"cheerio": "~0.16.0",
"coffee-script": "~1.7.1",
"colors": "~0.6.2",
"jquery": "~2.1.1",
"jsdom": "~0.10.6",
"libyaml": "~0.2.3",
"mocha": "~1.20.0",
"request": "~2.36.0",
"request-sync": "~0.0.5",
"underscore": "~1.6.0",
"underscore.string": "~2.3.3",
"validator": "^3.12.0",
"xml2js": "^0.4.4",
"zombie": "~2.0.0-alpha31"
}
}