-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 932 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
44
{
"name": "itermp",
"version": "1.1.2",
"description": "Create pane layouts and run commands in iTerm",
"dependencies": {
"applescript": "^1.0.0",
"inquirer": "^5.2.0",
"lodash": "^4.17.10",
"yargs": "^11.0.0"
},
"bin": {
"itermp": "bin/itermp.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Didericis/itermp.git"
},
"keywords": [
"iterm",
"iterm2",
"itermocil",
"automation",
"osx",
"utility",
"cli",
"configuration",
"arragment"
],
"devDependencies": {
"bdd-lazy-var": "^2.2.3",
"chai": "^4.1.2",
"eslint": "^5.3.0",
"mocha": "^5.1.1",
"nyc": "^11.8.0",
"sinon": "^5.0.4"
},
"scripts": {
"postinstall": "bin/init.js",
"report": "nyc report --reporter=html",
"test": "nyc --reporter=lcov mocha -u bdd-lazy-var/global test/**/*.js"
},
"author": "didericis",
"license": "MIT"
}