Livescript Convert `not` from native to built-in.
[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": {
e10ceff5 7 "ffi-napi": "2.4.x",
4dde82ef
JB
8 "prelude-ls": "^1.1.2"
9 },
10 "devDependencies": {
e10ceff5 11 "livescript": "^1.6.0"
dcccf1b2 12 },
dcccf1b2
JB
13 "scripts": {
14 "test": "echo \"Error: no test specified\" && exit 1"
15 },
16 "author": "",
17 "license": "ISC"
18}