UNPKG

663 BJSONView Raw
1{
2 "author": "Erlend Oftedal <erlend@oftedal.no>",
3 "name": "retire",
4 "description": "Retire is a tool for detecting use of vulnerable libraries",
5 "version": "2.0.1",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/RetireJS/retire.js.git"
9 },
10 "bin": {
11 "retire": "./bin/retire"
12 },
13 "main": "./lib/retire.js",
14 "dependencies": {
15 "colors": "^1.1.2",
16 "commander": "2.5.x",
17 "read-installed": "^4.0.3",
18 "request": "~2.x.x",
19 "walkdir": "0.0.7"
20 },
21 "devDependencies": {
22 "jshint": "^2.9.5",
23 "nodeunit": "^0.11.2"
24 },
25 "scripts": {
26 "test": "./test"
27 },
28 "engines": {
29 "node": ">= 0.10.0"
30 }
31}