userscript-parser
Version:
Userscript metadata parser.
34 lines (33 loc) • 861 B
JSON
{
"name": "userscript-parser",
"version": "2.2.2",
"description": "Userscript metadata parser.",
"main": "index.js",
"scripts": {
"test": "tape test/*.spec.js | faucet",
"preversion": "npm run test",
"postversion": "git push; git push --tags; npm publish",
"patch": "npm version patch -m 'v%s'",
"minor": "npm version minor -m 'v%s'",
"major": "npm version major -m 'v%s'"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/amio/userscript-parser.git"
},
"keywords": [
"userscript",
"parser",
"meta"
],
"author": "Amio <amio.cn@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/amio/userscript-parser/issues"
},
"homepage": "https://github.com/amio/userscript-parser#readme",
"devDependencies": {
"faucet": "0.0.1",
"tape": "^4.1.0"
}
}