Files
dolt/js/webpack-config/package.json
2017-01-23 17:39:46 -05:00

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"
}
}