1 | {
|
2 | "name": "prelude-ls",
|
3 | "version": "1.2.1",
|
4 | "author": "George Zahariev <z@georgezahariev.com>",
|
5 | "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.",
|
6 | "keywords": [
|
7 | "prelude",
|
8 | "livescript",
|
9 | "utility",
|
10 | "ls",
|
11 | "coffeescript",
|
12 | "javascript",
|
13 | "library",
|
14 | "functional",
|
15 | "array",
|
16 | "list",
|
17 | "object",
|
18 | "string"
|
19 | ],
|
20 | "main": "lib/",
|
21 | "files": [
|
22 | "lib/",
|
23 | "README.md",
|
24 | "LICENSE"
|
25 | ],
|
26 | "homepage": "http://preludels.com",
|
27 | "bugs": "https://github.com/gkz/prelude-ls/issues",
|
28 | "license": "MIT",
|
29 | "engines": {
|
30 | "node": ">= 0.8.0"
|
31 | },
|
32 | "repository": {
|
33 | "type": "git",
|
34 | "url": "git://github.com/gkz/prelude-ls.git"
|
35 | },
|
36 | "scripts": {
|
37 | "test": "make test"
|
38 | },
|
39 | "devDependencies": {
|
40 | "livescript": "^1.6.0",
|
41 | "uglify-js": "^3.8.1",
|
42 | "mocha": "^7.1.1",
|
43 | "browserify": "^16.5.1",
|
44 | "sinon": "~8.0.1"
|
45 | }
|
46 | }
|