-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 810 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 810 Bytes
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": "objectum-cli",
"version": "1.1.7",
"description": "Objectum CLI",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/objectum/objectum-cli.git"
},
"keywords": [
"objectum",
"cli"
],
"bin": {
"objectum-cli": "./index.js"
},
"author": "Dmitry Samortsev <objectum.ru@gmail.com> (http://objectum.org)",
"license": "MIT",
"bugs": {
"url": "https://github.com/objectum/objectum-cli/issues"
},
"homepage": "https://github.com/objectum/objectum-cli#readme",
"dependencies": {
"babel-runtime": "^6.26.0",
"commander": "^4.0.0",
"csv-parse": "^4.10.1",
"lodash": "^4.17.15",
"objectum-client": "^1.2.34",
"pg": "^8.5.1",
"progress": "^2.0.3",
"redis": "^2.8.0"
}
}