18 lines
362 B
JSON
18 lines
362 B
JSON
{
|
|
"name": "@fedor/progress-webpack-plugin",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"build": "babel -d lib/ src/",
|
|
"prepublish": "npm run build",
|
|
"test": "tap test/*.js",
|
|
"watch": "babel -w -d lib/ src/"
|
|
},
|
|
"author": "allex",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"lodash": "^4.17.4"
|
|
}
|
|
}
|