UNPKG

peggy-loader

Version:
63 lines (62 loc) 1.82 kB
{ "name": "peggy-loader", "version": "0.5.6", "description": "Peggy loader for webpack", "authors": [ "Andrey Subbotin <andrey@subbotin.me> (https://github.com/eploko)", "Victor Homyakov (https://github.com/victor-homyakov)", "Jonathan <jonathan@sirenia.eu>" ], "license": "MIT", "main": "lib/index.js", "jsnext:main": "src/index.js", "repository": { "type": "git", "url": "https://github.com/sireniaeu/peggy-loader" }, "keywords": [ "webpack", "peggy", "pegjs", "peg.js", "peg", "loader" ], "bugs": { "url": "https://github.com/sireniaeu/peggy-loader/issues" }, "homepage": "http://sireniaeu.github.io/peggy-loader", "peerDependencies": { "peggy": "^1.2.0", "webpack": ">=1" }, "dependencies": { "loader-utils": "^0.2.5" }, "devDependencies": { "babel": "^5.5.8", "babel-core": "^6.26.3", "babel-eslint": "^4.1.0", "babel-loader": "^5.1.4", "eslint": "~> 4.18.2", "eslint-config-airbnb": "^17.1.1", "eslint-plugin-import": "^2.18.0", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-react": "^7.14.2", "lodash": ">=4.17.12", "peggy": "^1.2.0", "rimraf": "^2.3.4", "webpack": "1.12.2" }, "scripts": { "clean": "rimraf lib", "lint": "eslint src", "check": "npm run lint", "build:lib": "babel src --out-dir lib", "build": "npm run build:lib", "preversion": "npm run clean && npm run check", "version": "npm run build", "postversion": "git push && git push --tags && npm run clean", "prepublish": "npm run clean && npm run build" } }