Livescript: update Dockerfile to support Travis.
[jackhill/mal.git] / livescript / package.json
CommitLineData
dcccf1b2
JB
1{
2 "name": "livescript",
3 "version": "1.0.0",
4 "description": "",
5 "main": "index.js",
6 "dependencies": {
4dde82ef
JB
7 "ffi": "2.0.x",
8 "prelude-ls": "^1.1.2"
9 },
10 "devDependencies": {
11 "livescript": "^1.5.0"
dcccf1b2 12 },
dcccf1b2
JB
13 "scripts": {
14 "test": "echo \"Error: no test specified\" && exit 1"
15 },
16 "author": "",
17 "license": "ISC"
18}