-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·40 lines (40 loc) · 1.07 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
{
"name": "git-scene",
"version": "1.2.7",
"description": "Code contribution graph for every git repo.",
"main": "cli/index.js",
"bin": {
"git-scene": "./bin/git-scene.js"
},
"author": "Prashant Andani",
"license": "MIT",
"scripts": {
"start": "./bin/git-scene.js",
"test": "echo \"Error: no test specified\" && exit 1",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
},
"dependencies": {
"blessed": "^0.1.81",
"blessed-contrib": "^4.8.6",
"body-parser": "^1.18.3",
"chalk": "^2.4.1",
"cli-gh-cal": "^1.4.9",
"express": "^4.16.3",
"moment": "^2.22.2",
"morgan": "^1.9.1",
"nodegit": "^0.23.0",
"promise": "^8.0.1"
},
"devDependencies": {
"all-contributors-cli": "^5.4.0",
"babel-preset-env": "^1.7.0",
"eslint": "^5.5.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^3.0.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-prettier": "^2.6.2",
"lint-staged": "^7.2.0",
"prettier": "^1.14.2"
}
}