Initial commit
This commit is contained in:
30
themes/keepit/node_modules/htmlescape/package.json
generated
vendored
Normal file
30
themes/keepit/node_modules/htmlescape/package.json
generated
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "htmlescape",
|
||||
"version": "1.1.1",
|
||||
"description": "Properly escape JSON for usage as an object literal inside of a `<script>` tag",
|
||||
"keywords": [
|
||||
"escape",
|
||||
"encoding",
|
||||
"html",
|
||||
"json",
|
||||
"template"
|
||||
],
|
||||
"homepage": "https://github.com/zertosh/htmlescape",
|
||||
"license": "MIT",
|
||||
"author": "Andres Suarez <zertosh@gmail.com>",
|
||||
"main": "htmlescape.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/zertosh/htmlescape.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tape test/*.js"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"tape": "^3.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user