forked from phagunbaya/falkonry-js-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 922 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": "falkonry-js-client",
"description" : "Falkonry Javascript Client to access Condition Prediction APIs",
"version": "0.2.2",
"main": "index.js",
"dependencies": {
"async": "0.9.0",
"request": "2.55.0",
"underscore": "1.6.0"
},
"devDependencies": {
"mocha": "1.21.3",
"xunit-file": "0.0.6"
},
"keywords" : [
"falkonry",
"prediction",
"falkonry-api",
"falkonry-client"
],
"scripts" : {
"test" : "node test/index.js"
},
"repository": {
"type": "git",
"url": "git://github.com/Falkonry/falkonry-js-client.git"
},
"bugs": {
"url": "https://github.com/Falkonry/falkonry-js-client/issues"
},
"contributors" : [
"Phagun Baya <phagun.baya@falkonry.com>"
],
"homepage": "http://falkonry.com/",
"license": [
{
"type": "MIT",
"url": "https://github.com/Falkonry/falkonry-js-client/raw/master/LICENSE"
}
]
}