upm/tests/node/package.json
Nicolas Oliver ef681a0ab5 add initial jsonlint and mocha test for json files
[ci skip]

Signed-off-by: Nicolas Oliver <dario.n.oliver@intel.com>
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
2017-09-14 17:52:17 -07:00

20 lines
410 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",
"jsonlint": "^1.6.2",
"mocha": "^3.5.0",
"shelljs": "^0.7.8"
}
}