1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 18:18:51 +03:00
mal/es6/package.json

9 lines
199 B
JSON
Raw Normal View History

2015-07-31 05:15:55 +03:00
{
"name": "mal",
"version": "0.0.1",
"description": "Make a Lisp (mal) language implemented in ES6 (ECMAScript 6 / ECMAScript 2015)",
2015-07-31 05:15:55 +03:00
"dependencies": {
"ffi": "1.3.x"
}
}