mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-26 02:58:44 -06:00
15 lines
282 B
JSON
15 lines
282 B
JSON
{
|
|
"name": "@attic/webpack-config",
|
|
"description": "Shared webpack config for noms",
|
|
"license": "Apache-2.0",
|
|
"version": "2.1.0",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"babel-loader": "^6.2.1",
|
|
"webpack": "^1.12.11"
|
|
},
|
|
"scripts": {
|
|
"test": "exit 0"
|
|
}
|
|
}
|