UNPKG

nyan-progress-webpack-plugin

Version:
43 lines (42 loc) 1.01 kB
{ "name": "nyan-progress-webpack-plugin", "version": "1.2.0", "description": "Meow", "main": "index.js", "scripts": { "test": "./node_modules/.bin/mocha test", "preversion": "npm test", "version": "git add -A .", "postversion": "git push" }, "repository": { "type": "git", "url": "git+https://github.com/alexkuz/nyan-progress-webpack-plugin.git" }, "keywords": [ "webpack", "plugin", "progress", "nyan", "meow" ], "author": "Alexander <alexkuz@gmail.com> (http://kuzya.org/)", "license": "ISC", "bugs": { "url": "https://github.com/alexkuz/nyan-progress-webpack-plugin/issues" }, "homepage": "https://github.com/alexkuz/nyan-progress-webpack-plugin#readme", "dependencies": { "ansi-escapes": "^1.1.0", "ansi-styles": "^3.0.0", "object.assign": "^4.0.4" }, "peerDependencies": { "webpack": "^2.2.1" }, "devDependencies": { "babel-eslint": "^7.1.1", "eslint": "^3.17.1", "mocha": "^3.2.0" } }