forked from csvsoundsystem/federal-treasury-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 857 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
{
"name": "federal-treasury-api",
"version": "1.0.0",
"description": "The scraper, parser, and database creation scripts for Financial Management Service daily U.S. Treasury statements",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-schema": "node schema-builder/db-schema-builder.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/csvsoundsystem/federal-treasury-api.git"
},
"keywords": [],
"author": "Michael Keller <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/csvsoundsystem/federal-treasury-api/issues"
},
"homepage": "https://github.com/csvsoundsystem/federal-treasury-api#readme",
"dependencies": {
"request": "^2.75.0",
"underscore": "^1.8.3"
}
}