summaryrefslogtreecommitdiff
path: root/test/html-based-panel/node-cpp-lbs-modules/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/html-based-panel/node-cpp-lbs-modules/package.json')
-rw-r--r--test/html-based-panel/node-cpp-lbs-modules/package.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/test/html-based-panel/node-cpp-lbs-modules/package.json b/test/html-based-panel/node-cpp-lbs-modules/package.json
new file mode 100644
index 0000000..5f47c07
--- /dev/null
+++ b/test/html-based-panel/node-cpp-lbs-modules/package.json
@@ -0,0 +1,29 @@
+{
+ "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": "",
+ "webidl2": "2.0.11",
+ "escodegen": "1.8.0",
+ "socket.io": "1.4.5",
+ "gcontext": "0.0.2"
+ },
+ "devDependencies": {
+ "chai": "~3.5.0",
+ "mocha": "~2.4.5"
+ }
+}