1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 01:57:09 +03:00
mal/elm/package.json
2017-06-04 11:54:24 +02:00

18 lines
300 B
JSON

{
"name": "mal-elm",
"version": "1.0.0",
"description": "",
"main": "bootstrap.js",
"dependencies": {
"ffi": "2.0.x"
},
"devDependencies": {
"elm": "^0.18.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}