๐Ÿ“ฆ sbuggay / github-commit-vue

๐Ÿ“„ package.json ยท 21 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21{
  "name": "github-commit-vue",
  "bin": "bin/start.sh",
  "version": "0.2.0",
  "description": "",
  "main": "index.js",
  "dependencies": {
    "commander": "^2.14.1",
    "express": "^4.16.2",
    "moment": "^2.20.1",
    "octokat": "^0.9.2"
  },
  "devDependencies": {},
  "scripts": {
    "start": "node src/main.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "MIT"
}