mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-11 02:59:34 -06:00
17 lines
395 B
JSON
17 lines
395 B
JSON
{
|
|
"name": "@attic/webpack-config",
|
|
"description": "Shared webpack config for noms",
|
|
"repository": "https://github.com/attic-labs/noms/tree/master/js/webpack-config",
|
|
"license": "Apache-2.0",
|
|
"version": "2.3.0",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"babel-core": "^6.22.1",
|
|
"babel-loader": "^6.2.10",
|
|
"webpack": "^1.14.0"
|
|
},
|
|
"scripts": {
|
|
"test": "exit 0"
|
|
}
|
|
}
|