fake-npm-package
Version:
returns a table flip
29 lines (28 loc) • 600 B
JSON
{
"name": "fake-npm-package",
"version": "1.0.6",
"description": "returns a table flip",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ottotsuma/fake-npm-package.git"
},
"author": "Otto",
"license": "ISC",
"bugs": {
"url": "https://github.com/ottotsuma/fake-npm-package/issues"
},
"homepage": "https://github.com/ottotsuma/fake-npm-package#readme",
"keywords": [
"table",
"flips"
],
"dependencies": {},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^8.1.3"
}
}