-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.31 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.31 KB
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
{
"name": "malwareControlCenter",
"version": "0.1.2",
"description": "Malware Contron Monitor, scrapes and visualize statistics on open data malware",
"main": "server.js",
"dependencies": {
"express": "~3.4.8",
"feed-read": "0.0.1",
"fibers": "~1.0.1",
"geoip-lite": "~1.1.3",
"jquery": "~2.1.1",
"jsdom": "^0.10.5",
"mocha": "^1.17.1",
"moment": "^2.5.1",
"mongoose": "~3.8.8",
"path": "~0.4.9",
"request": "^2.34.0",
"serve-favicon": "^2.1.1",
"supertest": "^0.9.0",
"toobusy": "^0.2.4",
"wait.for": "~0.6.3"
},
"devDependencies": {
"grunt": "^0.4.4",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-plato": "^1.0.0",
"grunt-conventional-changelog": "^1.1.0",
"grunt-apidoc": "^0.4.0",
"v8-profiler": "~4.0.1"
},
"scripts": {
"start": "sudo node server.js && node scrapers_service.js ",
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/marcoramilli/malcontrol.git"
},
"keywords": [
"malware",
"scraper",
"visualization",
"open",
"data"
],
"author": "Marco Ramilli",
"license": "ISC",
"bugs": {
"url": "https://github.com/marcoramilli/malcontrol/issues"
},
"homepage": "https://github.com/marcoramilli/malcontrol"
}