Merge pull request #372 from bjh21/bjh21-empty-hashmap
[jackhill/mal.git] / livescript / package.json
1 {
2 "name": "livescript",
3 "version": "1.0.0",
4 "description": "",
5 "main": "index.js",
6 "dependencies": {
7 "ffi-napi": "2.4.x",
8 "prelude-ls": "^1.1.2"
9 },
10 "devDependencies": {
11 "livescript": "^1.6.0"
12 },
13 "scripts": {
14 "test": "echo \"Error: no test specified\" && exit 1"
15 },
16 "author": "",
17 "license": "ISC"
18 }