-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1008 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
42
43
{
"name": "clara",
"version": "0.4.11",
"description": "Clara.io API wrapper",
"main": "lib/index.js",
"bin": "bin/clara.js",
"scripts": {
"clara": "node ./bin/clara.js",
"test": "mocha test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Exocortex/node-clara.git"
},
"keywords": [
"clara",
"clara.io"
],
"author": "Clara.io (https://clara.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Exocortex/node-clara/issues"
},
"homepage": "https://github.com/Exocortex/node-clara#readme",
"devDependencies": {
"chai": "^3.4.1",
"chai-as-promised": "^5.1.0",
"mocha": "^2.3.4"
},
"dependencies": {
"commander": "^2.9.0",
"config-chain": "^1.1.9",
"es6-promise": "^3.0.2",
"json-query": "^1.8.0",
"md5-file": "^2.0.4",
"npmlog": "^2.0.0",
"osenv": "^0.1.3",
"query-string": "^3.0.0",
"ramda": "^0.18.0",
"superagent": "^1.5.0",
"url-template": "^2.0.6"
}
}