forked from Financial-Times/ft-api-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 911 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": "ft-api-client",
"version": "1.1.1",
"repository": {
"type": "git",
"url": "http://git.svc.ft.com:9080/git/content-api/nodeclient.git"
},
"license": "BSD",
"description": "A client for the Financial Times content and search APIs",
"main": "./FtApi.js",
"directories": {
"lib": "./lib"
},
"dependencies": {
"request": "2.22.0",
"moment": "2.0.0",
"underscore": "1.5.1"
},
"devDependencies": {
"grunt": "0.4.1",
"grunt-contrib-jshint": "0.6.0",
"grunt-contrib-watch": "0.4.4",
"grunt-jasmine-node": "0.1.0"
},
"keywords": [
"FT",
"Financial",
"Times",
"CAPI",
"API",
"SAPI"
],
"contributors": [{
"name": "Richard Still",
"email": "[email protected]"
},{
"name": "Sebastian Wolf",
"email": "[email protected]"
}]
}