better-strings
Version:
Some string tweaks
38 lines (37 loc) • 835 B
JSON
{
"name": "better-strings",
"version": "0.0.4",
"description": "Some string tweaks",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Itadaki/better-strings.git"
},
"keywords": [
"string",
"strings",
"tweak",
"tweak",
"better",
"better-string",
"better-strings"
],
"author": "Diego Rodríguez <diego@rodribus.com> (rodribus.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Itadaki/better-strings/issues"
},
"homepage": "https://github.com/Itadaki/better-strings#readme",
"devDependencies": {
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-jshint": "^2.0.0",
"gulp-mocha": "^2.2.0",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"mocha": "^2.4.5"
}
}