script-tags
Version:
Parse HTML script tags into JSON.
50 lines (49 loc) • 967 B
JSON
{
"name": "script-tags",
"description": "Parse HTML script tags into JSON.",
"version": "0.1.3",
"homepage": "https://github.com/jonschlinkert/script-tags",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/script-tags",
"bugs": {
"url": "https://github.com/jonschlinkert/script-tags/issues"
},
"license": "MIT",
"files": [
"index.js"
],
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha test/test.js"
},
"dependencies": {
"cheerio": "^0.19.0"
},
"devDependencies": {
"gulp-format-md": "^0.1.4",
"mocha": "*"
},
"keywords": [
"cheerio",
"extract",
"html",
"parse",
"script",
"script tag",
"scripts"
],
"verb": {
"layout": {
"name": "default"
},
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"strip-tags",
"strip-attributes"
]
}
}
}