strings
Version:
Easily replace and transform :props in strings.
75 lines (74 loc) • 1.47 kB
JSON
{
"name": "strings",
"version": "0.4.2",
"description": "Easily replace and transform :props in strings.",
"homepage": "https://github.com/assemble/strings",
"repository": {
"type": "git",
"url": "https://github.com/assemble/strings.git"
},
"author": {
"name": "Brian Woodward",
"url": "http://github.com/doowb"
},
"maintainers": [
{
"name": "Brian Woodward",
"url": "http://github.com/doowb"
},
{
"name": "Jon Schlinkert",
"url": "http://github.com/jonschlinkert"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/assemble/strings/blob/master/LICENSE-MIT"
}
],
"bugs": {
"url": "https://github.com/assemble/strings/issues"
},
"engines": {
"node": ">=0.10"
},
"main": "index.js",
"scripts": {
"test": "mocha -R spec"
},
"keywords": [
"RegExp",
"date",
"expressions",
"find",
"modify",
"parse",
"re",
"regex",
"regular",
"replace",
"scrub",
"string",
"strings",
"token",
"tokenize",
"transform"
],
"dependencies": {
"array-flatten": "0.0.2",
"array-union": "^0.1.0",
"clone": "^0.1.17",
"clone-shallow": "^0.1.1",
"frep": "^0.2.1",
"is-empty": "0.0.1",
"isobject": "^0.1.0",
"xtend": "^3.0.0"
},
"devDependencies": {
"chai": "^1.9.1",
"mocha": "^1.19.0",
"verb": "^0.2.11",
"verb-tag-jscomments": "^0.1.4"
}
}