Files
dolt/js/webpack-config/package.json
2016-08-23 17:01:54 -07:00

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