1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 01:57:09 +03:00
mal/livescript/package.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"
}