mirror of
https://github.com/FormidableLabs/webpack-dashboard.git
synced 2026-01-18 14:18:05 +00:00
12 lines
195 B
JSON
12 lines
195 B
JSON
{
|
|
"name": "uses-foo",
|
|
"version": "1.1.1",
|
|
"description": "DUMMY MODULE",
|
|
"main": "index.js",
|
|
"module": "index.js",
|
|
"dependencies": {
|
|
"foo": "^2.2.0"
|
|
},
|
|
"sideEffects": false
|
|
}
|