1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 18:18:51 +03:00
mal/es6/package.json
2015-08-06 15:47:39 -05:00

9 lines
199 B
JSON

{
"name": "mal",
"version": "0.0.1",
"description": "Make a Lisp (mal) language implemented in ES6 (ECMAScript 6 / ECMAScript 2015)",
"dependencies": {
"ffi": "1.3.x"
}
}