stringbuilder
Version:
An String Builder for Node.js
40 lines (39 loc) • 849 B
JSON
{
"name": "stringbuilder",
"version": "0.0.11",
"description": "An String Builder for Node.js",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/delmosaurio/stringbuilder.git"
},
"bugs": {
"url": "https://github.com/delmosaurio/stringbuilder/issues"
},
"keywords": [
"string builder",
"string",
"builder",
"regex",
"format",
"string format"
],
"author": "Delmo Carrozzo <delmosaurio@gmail.com>",
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "2de2b4e533332cfcea5991b9d69a446f1b78132a",
"dependencies": {
"xregexp": "~2.0.0",
"async": "~0.2.7",
"numeral": "~1.4.8",
"moment": "~2.0.0"
},
"devDependencies": {
"chai": "^3.2.0",
"mocha": "^2.3.0"
},
"Stability": 2
}