{
  "name": "ink-strings",
  "version": "0.2.0-0",
  "description": "The purpose of the *ink-strings* library is to gather up the best of the available string libraries and edit them into a single, somewhat cohesive whole that runs on server and client.",
  "devDependencies": {
    "jsdoc": "git://github.com/jsdoc3/jsdoc.git",
    "grunt": "~0.4.1",
    "grunt-shell": "~0.2.2",
    "grunt-contrib-copy": "~0.4.1",
    "grunt-contrib-jshint": "~0.4.3",
    "grunt-contrib-uglify": "~0.2.0"
  },
  "dependencies": {
    "lodash": "~1.2.1"
  },
  "license": "MIT",
  "main": "./index.js",
  "keywords": [
    "string",
    "strings",
    "library",
    "comprehensive",
    "server",
    "browser",
    "util"
  ],
  "author": {
    "name": "Terry Weiss",
    "email": "me@terryweiss.net"
  },
  "bugs": {
    "url": "https://github.com/terryweiss/ink-strings/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/terryweiss/ink-strings.git"
  },
  "engines": [
    "node",
    "rhino",
    "web"
  ]
}
