-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 769 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 769 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": "are.na-cli",
"version": "0.0.7",
"description": "are.na Command Line Interface",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ivangreene/arena-cli.git"
},
"homepage": "https://github.com/ivangreene/arena-cli#readme",
"author": "Ivan Greene",
"license": "MIT",
"private": false,
"dependencies": {
"are.na": "^0.1.2",
"external-editor": "^2.1.0",
"js-yaml": "^3.11.0",
"lodash.get": "^4.4.2",
"lodash.isequal": "^4.5.0",
"lodash.pick": "^4.4.0",
"yargs": "^10.0.3"
},
"bin": {
"arena": "./index.js"
},
"keywords": [
"are.na",
"cli",
"api",
"command",
"line"
],
"scripts": {
"postversion": "git push && git push --tags"
}
}