1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-19 17:47:53 +03:00
mal/js/package.json
GL db1f2b8d8f Update ffi dep in js implementation
The js dep won't compile cleanly without this bump because the old ffi version won't build properly 
(using latest Arch Linux as of Mar 14 2016, probably failing on other distros as well).  

ffi 2.0.0 builds cleanly.
2016-03-14 21:59:40 -07:00

9 lines
173 B
JSON

{
"name": "mal",
"version": "0.0.1",
"description": "Make a Lisp (mal) language implemented in Javascript",
"dependencies": {
"ffi": "2.0.x"
}
}