ghcjs-commonjs/README/package.json
2016-06-23 02:24:54 -03:00

18 lines
471 B
JSON

{
"name": "README",
"version": "1.0.0",
"description": "-- Initial README.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/",
"main": "js/index.js",
"scripts": {
"build": "stack build",
"run": "npm run build && node js/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"ghcjs-require": "*"
}
}