{ "name": "rison-node", "version": "1.0.2", "authors": [ "Nanonid (https://github.com/Nanonid)", "Spencer Alger (https://github.com/spalger)", "Joe Fleming (https://github.com/w33ble)", "Court Ewing (https://github.com/epixa)", "Jonas Finnemann Jensen (https://github.com/jonasfj)", "Sam Presnal", "bryanrideshark (https://github.com/bryanrideshark)" ], "description": "data serialization format optimized for compactness in URIs", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/w33ble/rison-node.git" }, "main": "js/rison.js", "files": [ "js", "LICENSE.md", "README.md", "CHANGELOG.md" ], "prettier": { "singleQuote": true, "trailingComma": "es5" }, "auto-changelog": { "output": "CHANGELOG.md", "template": "cltemplate.hbs", "ignoreCommitPattern": "(chore|test)|(add|Add).+(author|Author|contributor|Contributor)", "commitLimit": false }, "scripts": { "preversion": "npm run test", "postversion": "npm run changelog", "changelog": "auto-changelog", "test": "npm run lint && tape tests/*.js", "lint": "eslint \"js/*.js\" \"tests/*.js\"", "prepush": "npm run test" }, "devDependencies": { "auto-changelog": "^1.4.6", "eslint": "^4.19.1", "eslint-config-prettier": "^2.9.0", "eslint-plugin-prettier": "^2.6.0", "husky": "^0.14.3", "prettier": "^1.12.0", "tape": "^4.2.2" } }