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.
17 lines
362 B
17 lines
362 B
{ |
|
"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" |
|
} |
|
}
|
|
|