UNPKG

1.01 kBJSONView Raw
1
2{
3 "name": "nam_adapter",
4 "version": "1.0.15.unsecure",
5 "description": "NAM Adapter",
6 "main": "NAMadapter.js",
7 "scripts": {
8 "start": "NAMadapter.js",
9 "test": "mocha /Test/NAMadapter_test.js"
10 },
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/luisferupm/NAM_Adapter"
14 },
15 "keywords": [
16 "nam",
17 "monitoring",
18 "bandwidth",
19 "latency",
20 "owd",
21 "XIFI"
22 ],
23 "dependencies": {
24 "express": "3.2.6",
25 "express-partials":"*",
26 "ejs":"*",
27 "js2xmlparser": "*",
28 "mongoose": "3.8.8",
29 "superagent": "*",
30 "cron": "*",
31 "forever": "*",
32 "pkginfo": "0.3.0",
33 "dateformat": "*",
34 "winston": "~0.7.2"
35 },
36 "bin": {
37 "nam_adapter": "./bin/nam_adapter"
38 },
39
40 "engines": {
41 "node": ">=0.10.18"
42
43 },
44
45 "author": "Luis Fernando Garcia",
46 "license": "BSD-2",
47 "bugs": {
48 "url": "https://github.com/luisferupm/NAM_Adapter/issues"
49 },
50 "homepage": "https://github.com/luisferupm/NAM_Adapter"
51}