summaryrefslogtreecommitdiff
path: root/test/html-based-panel/node-cpp-lbs-modules/package.json
blob: bc31117d315f94f78bf2690a31d17332114fe34c (plain)
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
{
    "name": "node-cpp-lbs-modules",
    "version": "0.1.0",
 	"description": "C++ modules used by the HTML test panel for the FSA",
	"keywords": [
		"npm",
		"GENIVI",
		"W3C",
		"LBS-EG"
	],
  	"author": "Philippe Colliot <philippe.colliot@mpsa.com>",
	"contributors": [""],
    "main": "",
    "license": "MPL V.2.0",
    "dependencies": {
        "http": "0.0.0",
        "url": "0.11.0",
        "fs": "0.0.2",
        "path": "",
        "socket.io": "1.4.5",
        "gcontext": "0.0.3",
        "nan": "^2.3.5",
        "python-shell": "0.4.0",
        "enum": "2.3.0",
        "segfault-handler": "1.0.0"
    },
    "devDependencies": {
		"chai": "~3.5.0",
		"mocha": "~2.4.5"
	}
}