12 lines
269 B
JSON
12 lines
269 B
JSON
{
|
|
"name": "haskell-loader",
|
|
"version": "0.1.0",
|
|
"description": "Webpack loader for Haskell",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Obsidian Systems LLC",
|
|
"license": "BSD-3-Clause"
|
|
}
|