upm/tests/node/package.json
Nicolas Oliver 0bf4a38f5e check for examples and images path
Signed-off-by: Nicolas Oliver <dario.n.oliver@intel.com>
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
2017-09-14 17:52:49 -07:00

21 lines
438 B
JSON

{
"name": "upm-node-tests",
"version": "1.0.0",
"description": "Node.js tests for UPM",
"main": "index.js",
"scripts": {
"test": "npm run jsonlint && npm run mocha",
"mocha": "mocha test.js",
"jsonlint": "node jsonlint.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"chai": "^4.1.1",
"json-query": "^2.2.2",
"jsonlint": "^1.6.2",
"mocha": "^3.5.0",
"shelljs": "^0.7.8"
}
}