UNPKG

ki

Version:

lisp + mori, sweet.js

43 lines (42 loc) 807 B
{ "name": "ki", "version": "0.2.5", "description": "lisp + mori, sweet.js", "repository": { "type": "git", "url": "https://github.com/lantiga/ki.git" }, "scripts": { "test": "grunt test" }, "keywords": [ "lisp", "data", "persistent", "functional", "clojure", "clojurescript", "macros", "macro", "sweet-macros" ], "bin": { "ki": "bin/ki" }, "author": "Luca Antiga http://lantiga.github.io", "license": "MIT", "readmeFilename": "README.md", "dependencies": { "grunt": "^0.4.5", "mori": "~0.3.2", "optimist": "~0.6.1", "sweet.js": "~0.7.2", "uglify-js": "~2.4.15" }, "devDependencies": { "mocha": "~2.0.1", "expect.js": "~0.3.1", "grunt-cli": "0.1.x", "grunt-mocha-test": "~0.12.2" } }