blob: 37450e86ffc210643c97946e921afebf78dddc64 [file] [log] [blame]
{
"author": "George Zahariev <z@georgezahariev.com>",
"bugs": "https://github.com/gkz/prelude-ls/issues",
"description": "prelude.ls is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript.",
"devDependencies": {
"browserify": "~3.24.13",
"istanbul": "~0.2.4",
"livescript": "~1.4.0",
"mocha": "~2.2.4",
"sinon": "~1.10.2",
"uglify-js": "~2.4.12"
},
"engines": {
"node": ">= 0.8.0"
},
"files": [
"lib/",
"README.md",
"LICENSE"
],
"homepage": "http://preludels.com",
"keywords": [
"prelude",
"livescript",
"utility",
"ls",
"coffeescript",
"javascript",
"library",
"functional",
"array",
"list",
"object",
"string"
],
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/gkz/prelude-ls/master/LICENSE"
}
],
"main": "lib/",
"name": "prelude-ls",
"repository": {
"type": "git",
"url": "git://github.com/gkz/prelude-ls.git"
},
"scripts": {
"test": "make test"
},
"version": "1.1.2"
}