1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-21 02:27:10 +03:00
mal/es6/package.json
2018-11-28 17:12:17 -06:00

13 lines
268 B
JSON

{
"name": "mal",
"version": "0.0.1",
"description": "Make a Lisp (mal) language implemented in ES6 (ECMAScript 6 / ECMAScript 2015)",
"dependencies": {
"esm": "3.0.x",
"ffi-napi": "2.4.x"
},
"esm": {
"cjs": true
}
}