{
  "name": "notation",
  "version": "1.3.6",
  "description": "Utility for modifying / processing the contents of Javascript objects by object notation strings or globs.",
  "license": "MIT",
  "author": {
    "name": "Onur Yıldırım",
    "email": "onur@cutepilot.com"
  },
  "main": "lib/notation.min.js",
  "files": [
    "lib",
    "LICENSE"
  ],
  "homepage": "https://github.com/onury/notation#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/onury/notation.git"
  },
  "bugs": {
    "url": "https://github.com/onury/notation/issues"
  },
  "scripts": {
    "build:min": "webpack --env.WEBPACK_OUT=minified --progress --colors",
    "build:nomin": "webpack --env.WEBPACK_OUT=nomin --progress --colors",
    "build": "npm run build:min && npm run build:nomin",
    "watch": "webpack --env.WEBPACK_OUT=nomin --progress --colors --watch",
    "dev": "npm run build && node test",
    "test": "npm run build:nomin && node test",
    "docs": "docma -c ./docma.config.json",
    "release": "npm run build && node test && npm run docs"
  },
  "keywords": [
    "object",
    "notation",
    "dot-notation",
    "property",
    "glob",
    "pointer",
    "enumerable",
    "template",
    "placeholder",
    "data",
    "value",
    "parse",
    "build"
  ],
  "devDependencies": {
    "babel": "^6.5.2",
    "babel-core": "^6.8.0",
    "babel-loader": "^7.1.2",
    "babel-preset-es2015": "^6.6.0",
    "jasmine": "^3.0.0",
    "jasmine-console-reporter": "^2.0.1",
    "lodash": "^4.17.5",
    "webpack": "^3.11.0",
    "webpack-dev-server": "^2.11.1"
  },
  "dependencies": {}
}
