-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
70 lines (70 loc) · 1.45 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "nv",
"version": "0.2.1",
"description": "Nessus Vulnerability visualization for the web",
"author": {
"name": "John Goodall",
"email": "[email protected]"
},
"contributors": [
{
"name": "Lane Harrison",
"email": "[email protected]"
},
{
"name": "John Goodall",
"email": "[email protected]"
},
{
"name": "Mike Iannacone",
"email": "[email protected]"
}
],
"dist-tags": {
"latest": "0.2.1"
},
"versions": [
"0.1.0",
"0.2.0",
"0.2.1"
],
"time": {
"0.1.0": "2012-10-25T15:00:00.000Z",
"0.2.0": "2012-12-13T16:00:00.000Z",
"0.2.1": "2013-02-08T09:00:00.000Z"
},
"private": true,
"main": "./run_nv",
"scripts": {
"start": "./run_nv",
"build": "./node_modules/.bin/grunt"
},
"dependencies": {
"launchpad": "^0.5.0",
"node-static": "^0.7.7"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-jshint": "^0.12.0",
"grunt-contrib-mincss": "^0.3.2",
"grunt-contrib-uglify": "^0.11.0"
},
"repository": {
"type": "git",
"url": "git://github.com/ornl-situ/nv"
},
"homepage": "http://ornl-situ.github.com/nv/",
"keywords": [
"vulnerability",
"visualization",
"nessus"
],
"engines": {
"node": ">= 0.6.0 < 0.9.0"
},
"license": "MIT",
"readmeFilename": "README.md"
}