summaryrefslogtreecommitdiff
path: root/test/html-based-panel/node-cpp-lbs-modules/package.json
blob: bef0cfc7cde1d8b8eb5c18e5873c5e888e25d74c (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
32
33
34
35
36
{
    "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": "",
<<<<<<< HEAD
        "socket.io": "1.4.5",
        "gcontext": "0.0.2",
        "python-shell": "0.4.0",
        "enum": "2.3.0"
=======
        "webidl2": "2.0.11",
        "escodegen": "1.8.0",
        "socket.io": "1.4.5",
        "gcontext": "0.0.2"
>>>>>>> branch 'master' of ssh://git-genivi@git.projects.genivi.org/lbs/navigation-application.git
    },
    "devDependencies": {
		"chai": "~3.5.0",
		"mocha": "~2.4.5"
	}
}