-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1013 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1013 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
37
38
39
{
"name": "dependency-check",
"version": "1.0.0",
"description": "Service to check wether your package.json depencies are updated",
"main": "index.js",
"scripts": {
"start": "node index",
"test": "exit 0",
"deploy": "git add . && git commit -m \"heroku deploy\" && git push heroku master && heroku logs --tail"
},
"engines": {
"node": "6.9.1"
},
"repository": {
"type": "git",
"url": "git+https://renatoargh@github.com/gammasoft/dependency-check.git"
},
"keywords": [
"dependecy",
"check",
"package.json",
"update"
],
"author": "Renato Gama <renato@gammasoft.com.br>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gammasoft/dependency-check/issues"
},
"homepage": "https://github.com/gammasoft/dependency-check#readme",
"dependencies": {
"async": "^2.1.2",
"body-parser": "^1.15.2",
"express": "^4.14.0",
"github": "^6.0.1",
"pug": "^2.0.0-beta6",
"request": "^2.76.0",
"semver": "^5.3.0"
}
}