{
  "license": "MIT",
  "name": "pytils",
  "version": "1.40.3",
  "description": "pytils",
  "main": "dist/main.js",
  "scripts": {
    "transpile": "babel src --out-dir dist",
    "test": "mocha --compilers js:babel-register --reporter spec 'test/*.spec.js'",
    "build": "npm run transpile | npm run test",
    "web": "webpack --config \"webpack.config.js\" && mv pytils.bundle.js ./dist/pytils.bundle.js"
  },
  "keywords": [
    "ramda",
    "python",
    "utils",
    "lib"
  ],
  "author": "NPM pytils <heyderpd@gmail.com> (http://heyderpd.github.io)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/heyderpd/npm-pytils.git"
  },
  "bugs": {
    "url": "https://github.com/heyderpd/npm-pytils/issues"
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-core": "^6.25.0",
    "babel-polyfill": "^6.23.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-register": "^6.24.1",
    "webpack": "^3.0.0"
  },
  "dependencies": {}
}
