-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.01 KB
/
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": "code-show",
"version": "0.5.4",
"description": "A simple command-line tool for code presentation.",
"main": "./src/index.js",
"scripts": {
"test": "NODE_ENV=test gulp test",
"test-watch": "NODE_ENV=test gulp test-watch"
},
"bin": {
"code-show": "./src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lazlojuly/code-show.git"
},
"keywords": [
"git",
"commit",
"presentation",
"demo"
],
"author": "lazlojuly",
"license": "MIT",
"bugs": {
"url": "https://github.com/lazlojuly/code-show/issues"
},
"homepage": "https://github.com/lazlojuly/code-show#readme",
"dependencies": {
"simple-git": "^1.57.0"
},
"devDependencies": {
"eslint": "^3.8.1",
"eslint-config-onpono-base": "^1.2.0",
"eslint-plugin-import": "^2.0.1",
"gulp": "^3.9.1",
"gulp-mocha": "^3.0.1",
"mocha": "^3.1.2",
"run-sequence": "^1.2.2",
"should": "^11.1.1",
"should-sinon": "0.0.5",
"sinon": "^1.17.6"
}
}