techcasestudies/package.json

26 строки
597 B
JSON

{
"name": "microsofttechcasesstudy-test",
"version": "1.0.0",
"description": "Testing evidence content with Travis",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node_modules/mocha/bin/mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/techcasestudies.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Microsoft/techcasestudies/issues"
},
"homepage": "https://github.com/Microsoft/techcasestudies#readme",
"devDependencies": {
"mocha": "^2.5.3"
}
}