Files
Node.js-14-Cookbook/Chapter08/enabling-travis/package.json
T
2020-08-03 00:17:02 +01:00

24 lines
509 B
JSON

{
"name": "enabling-travis",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bethgriggs/enabling-travis.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bethgriggs/enabling-travis/issues"
},
"homepage": "https://github.com/bethgriggs/enabling-travis#readme",
"devDependencies": {
"tape": "^5.0.1"
}
}