UNPKG

2 kBJSONView Raw
1{
2 "author": "Scott Sauyet <scott@sauyet.com> (scott.sauyet.com)",
3 "contributors": [
4 {
5 "name": "Michael Hurley",
6 "email": "mh@buzzdecafe.com",
7 "web": "http://buzzdecafe.com"
8 },
9 {
10 "name": "Scott Sauyet",
11 "email": "scott@sauyet.com",
12 "web": "http://fr.umio.us"
13 },
14 {
15 "name": "David Chambers",
16 "email": "dc@davidchambers.me",
17 "web": "http://davidchambers.me"
18 },
19 {
20 "name": "Graeme Yeates",
21 "email": "yeatesgraeme@gmail.com",
22 "web": "https://github.com/megawac"
23 }
24 ],
25 "name": "ramda",
26 "description": "A practical functional library for JavaScript programmers.",
27 "version": "0.17.0",
28 "homepage": "https://www.github.com/ramda/ramda",
29 "license": "MIT",
30 "repository": {
31 "type": "git",
32 "url": "git://github.com/ramda/ramda.git"
33 },
34 "main": "dist/ramda.js",
35 "scripts": {
36 "bench": "scripts/benchRunner",
37 "browserify": "node_modules/browserify/bin/cmd.js test/*.js --outfile lib/test/bundle.js",
38 "bookmarklet": "scripts/bookmarklet",
39 "build": "make && make dist/ramda.min.js",
40 "clean": "rimraf dist/*",
41 "jscs": "jscs scripts/bookmarklet scripts/build **/*.js **/**/*.js",
42 "jshint": "jshint scripts/bookmarklet scripts/build **/*.js **/**/*.js",
43 "pretest": "npm run jshint && npm run jscs && npm run clean && npm run build",
44 "test": "node scripts/testfiles | node_modules/.bin/mocha --reporter spec",
45 "posttest": "git checkout -- dist"
46 },
47 "dependencies": {},
48 "devDependencies": {
49 "acorn": "0.9.x",
50 "benchmark": "~1.0.0",
51 "browserify": "10.x.x",
52 "cli-table": "0.3.x",
53 "commander": "2.5.x",
54 "dox": "latest",
55 "envvar": "1.x.x",
56 "escodegen": "1.4.x",
57 "handlebars": "3.0.x",
58 "js-yaml": "^3.2.5",
59 "jscs": "1.13.x",
60 "jshint": "2.7.x",
61 "mocha": "2.x.x",
62 "q": "^1.1.1",
63 "ramda": "0.13.0",
64 "rimraf": "~2.3.2",
65 "testem": "^0.6.18",
66 "uglify-js": "2.4.x",
67 "xyz": "0.5.x"
68 }
69}