dfcreative/mustring

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "mustring",
  "version": "1.0.0",
  "description": "Strings micro toolkit",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "files": [
    "*.js"
  ],
  "scripts": {
    "test": "node test/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/dfcreative/mustring.git"
  },
  "keywords": [
    "string",
    "dashed",
    "camel",
    "upper",
    "lower",
    "capfirst"
  ],
  "author": "dfcreative",
  "license": "unlicense",
  "bugs": {
    "url": "https://github.com/dfcreative/mustring/issues"
  },
  "homepage": "https://github.com/dfcreative/mustring"
}