mirror of
https://github.com/kanaka/mal.git
synced 2024-11-11 00:52:44 +03:00
19 lines
333 B
JSON
19 lines
333 B
JSON
{
|
|
"name": "livescript",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"ffi": "2.0.x",
|
|
"prelude-ls": "^1.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"livescript": "^1.5.0"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|