{
  "name": "clone-function",
  "version": "1.0.6",
  "description": "Clones non native JavaScript functions, or references native functions.",
  "main": "./src/clone-function.js",
  "directories": {
    "lib": "src",
    "doc": "docs"
  },
  "devDependencies": {
    "atropa-jsformatter": ">=0.1.2",
    "atropa-jslint": ">=0.1.2",
    "browserify": ">=2.29.1",
    "jasmine-node": ">=1.11.0",
    "jsdoc-toolkit": "git+https://github.com/matthewkastor/node-jsdoc-toolkit.git#fix-tests"
  },
  "scripts": {
    "test": "jasmine-node specs/",
    "buildBrowserModule": "node dev/browserify.js",
    "buildDocs": "jsdoc-toolkit -v -d=./docs/jsdoc/ -r -s src/",
    "lint": "atropa-jslint ./src/clone-function.js",
    "srcFormat": "atropa-jsformatter ./src/clone-function.js ./src/clone-function.js"
  },
  "homepage": "https://github.com/matthewkastor/clone-function/",
  "bugs": "https://github.com/matthewkastor/clone-function/issues",
  "repository": {
    "type": "git",
    "url": "git://github.com/matthewkastor/clone-function.git"
  },
  "keywords": [
    "clone-function",
    "atropa"
  ],
  "author": {
    "name": "Matthew Kastor",
    "email": "matthewkastor@gmail.com",
    "url": "https://plus.google.com/100898583798552211130"
  },
  "licenses": [
    {
      "type": "gpl-3.0",
      "url": "http://www.gnu.org/licenses/gpl-3.0-standalone.html"
    }
  ]
}
