Files
2014-10-20 20:56:53 +08:00

44 lines
835 B
JSON

{
"name": "string.js",
"npmName": "string",
"npmFileMap": [
{
"basePath": "/lib/",
"files": [
"*"
]
}
],
"filename": "string.min.js",
"version": "2.2.0",
"description": "string.js contains methods that aren't included in the vanilla JavaScript string such as escaping HTML, decoding HTML entities, stripping tags, etc.",
"homepage": "http://stringjs.com",
"keywords": [
"string",
"strings",
"string.js",
"stringjs",
"S",
"s",
"csv",
"html",
"entities",
"parse",
"html",
"tags",
"strip",
"trim",
"encode",
"decode",
"escape",
"unescape"
],
"author": "JP Richardson <jprichardson@gmail.com>",
"repositories": [
{
"type": "git",
"url": "https://github.com/jprichardson/string.js"
}
]
}