-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 900 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
{
"name": "fsapi",
"version": "0.1.0",
"description": "Asynchronous FamilySearch client API for Node.js.",
"keywords": ["familysearch", "api", "oauth"],
"homepage": "https://github.com/redbugz/node-fsapi",
"author": "redbugz",
"licenses": {
"type": "MIT",
"url": "http://github.com/redbugz/node-fsapi/raw/master/LICENSE"
},
"repository": {
"type": "git",
"url": "http://github.com/redbugz/node-fsapi.git"
},
"dependencies": {
"pkginfo": ">=0.2.x",
"cookies": ">=0.1.x",
"debug": "*",
"winston": ">=0.6.x",
"request": ">=2.9.x",
"passport": "*",
"passport-familysearch": "*",
"http-proxy": ">=0.7.6",
"moment": ">=1.6.2"
},
"devDependencies": {
"buster": ">=0.5.4",
"nock": ">=0.13.2"
},
"engines": { "node": ">=0.6"},
"main": "./lib/fsapi",
"scripts": {
"test": "node_modules/.bin/buster-test"
}
}