tiagodanin
Version:
README with my npm packages
52 lines (51 loc) • 1.01 kB
JSON
{
"name": "tiagodanin",
"main": "index.js",
"preferGlobal": false,
"version": "1.1.10",
"description": "README with my npm packages",
"author": {
"email": "TiagoDanin@outlook.com",
"name": "Tiago Danin",
"url": "https://TiagoDanin.github.io"
},
"license": "MIT",
"keywords": [
"awesome-list",
"readme"
],
"scripts": {
"start": "node index.js",
"test": "xo"
},
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/TiagoDanin/TiagoDanin-Packages.git"
},
"homepage": "https://TiagoDanin.github.io/TiagoDanin-Packages",
"bugs": {
"url": "https://github.com/TiagoDanin/TiagoDanin-Packages/issues"
},
"github": {
"name": "TiagoDanin-Packages",
"owner": "TiagoDanin"
},
"files": [
"LICENSE",
"README.md",
"index.js",
"package.json"
],
"dependencies": {
"check-npm-dependents": "^1.1.0",
"mustache": "3.2.1",
"npm-user-packages-downloads": "^1.0.0"
},
"devDependencies": {
"xo": "^0.25.3"
},
"xo": {
"semicolon": false
}
}