sii
Version:
Crea facilmente boleta de honorarios
64 lines (63 loc) • 1.69 kB
JSON
{
"name": "sii",
"version": "0.0.4",
"description": "Crea facilmente boleta de honorarios",
"main": "src",
"scripts": {
"prepublish": "eslint .",
"release:major": "changelog -M && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version major && git push origin && git push origin --tags && npm publish",
"release:minor": "changelog -m && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version minor && git push origin && git push origin --tags && npm publish",
"release:patch": "changelog -p && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version patch && git push origin && git push origin --tags && npm publish"
},
"engines": {
"node": ">=4"
},
"repository": {
"type": "git",
"url": "git://github.com/lgaticaq/sii.git"
},
"keywords": [
"sii"
],
"author": "Leonardo Gatica <lgatica@protonmail.com> (https://about.me/lgatica)",
"license": "MIT",
"bugs": {
"url": "https://github.com/lgaticaq/sii/issues"
},
"homepage": "https://github.com/lgaticaq/sii#readme",
"dependencies": {
"nightmare": "^2.5.0",
"phantom": "^2.1.2",
"request-promise": "^3.0.0"
},
"devDependencies": {
"eslint": "2.11.0",
"generate-changelog": "^1.0.1"
},
"eslintConfig": {
"env": {
"es6": true,
"node": true
},
"extends": "eslint:recommended",
"rules": {
"indent": [
2,
2
],
"linebreak-style": [
2,
"unix"
],
"quotes": [
2,
"single"
],
"semi": [
2,
"always"
]
}
},
"tonicExampleFilename": "example.js"
}