You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
362 B
18 lines
362 B
6 years ago
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|