UNPKG

happypack

Version:

webpack speed booster, makes you happy!

52 lines (51 loc) 1.46 kB
{ "name": "happypack", "main": "./lib/HappyPlugin.js", "description": "webpack speed booster, makes you happy!", "version": "2.0.0", "scripts": { "lint": "./node_modules/.bin/eslint lib", "test": "node --harmony --harmony_destructuring ./node_modules/.bin/_mocha 'lib/**/*.test.js'", "test-examples": "./examples/build-all.sh", "coverage": "node --harmony --harmony_destructuring ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha 'lib/**/*.test.js'", "coverage_ci": "npm run coverage && ./node_modules/.bin/codecov", "prepublish": "npm run lint && npm run test && npm run test-examples" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/amireh/happypack.git" }, "keywords": [ "webpack", "plugin", "fast", "speed", "compilation", "transformer", "loader", "happiness", "happy" ], "author": "Ahmad Amireh", "license": "MIT", "bugs": { "url": "https://github.com/amireh/happypack/issues" }, "homepage": "https://github.com/amireh/happypack#readme", "devDependencies": { "chai": "^3.4.1", "codecov": "^1.0.1", "eslint": "^1.10.3", "fs-extra": "^0.26.4", "istanbul": "^1.0.0-alpha.2", "mocha": "^2.3.4", "multiline-slash": "^1.0.0", "sinon": "^1.17.2", "webpack": "^1.12.9", "webpack-dev-server": "^1.14.1" }, "dependencies": { "async": "^1.5.0", "json-stringify-safe": "^5.0.1" } }