1
0
Fork 0
arangodb/js/node/node_modules/ramda/package.json

107 lines
2.8 KiB
JSON

{
"author": {
"name": "Scott Sauyet",
"email": "scott@sauyet.com",
"url": "scott.sauyet.com"
},
"contributors": [
{
"name": "Michael Hurley",
"email": "mh@buzzdecafe.com",
"url": "http://buzzdecafe.com"
},
{
"name": "Scott Sauyet",
"email": "scott@sauyet.com",
"url": "http://fr.umio.us"
},
{
"name": "David Chambers",
"email": "dc@davidchambers.me",
"url": "http://davidchambers.me"
},
{
"name": "Graeme Yeates",
"email": "yeatesgraeme@gmail.com",
"url": "https://github.com/megawac"
}
],
"name": "ramda",
"description": "A practical functional library for JavaScript programmers.",
"version": "0.15.1",
"homepage": "https://www.github.com/ramda/ramda",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/ramda/ramda.git"
},
"main": "dist/ramda.js",
"scripts": {
"bench": "scripts/benchRunner",
"browserify": "node_modules/browserify/bin/cmd.js test/*.js --outfile lib/test/bundle.js",
"bookmarklet": "scripts/bookmarklet",
"build": "make && make dist/ramda.min.js",
"clean": "rimraf dist/*",
"jscs": "jscs scripts/bookmarklet scripts/build **/*.js **/**/*.js",
"jshint": "jshint scripts/bookmarklet scripts/build **/*.js **/**/*.js",
"pretest": "npm run jshint && npm run jscs && npm run clean && npm run build",
"test": "node scripts/testfiles | node_modules/.bin/mocha --reporter spec",
"posttest": "git checkout -- dist"
},
"dependencies": {},
"devDependencies": {
"acorn": "0.9.x",
"benchmark": "~1.0.0",
"browserify": "10.x.x",
"cli-table": "0.3.x",
"commander": "2.5.x",
"dox": "latest",
"envvar": "1.x.x",
"escodegen": "1.4.x",
"handlebars": "3.0.x",
"js-yaml": "^3.2.5",
"jscs": "1.13.x",
"jshint": "2.7.x",
"mocha": "2.x.x",
"q": "^1.1.1",
"ramda": "0.13.0",
"rimraf": "~2.3.2",
"testem": "^0.6.18",
"uglify-js": "2.4.x",
"xyz": "0.5.x"
},
"gitHead": "25708a246f15c88163f94bda918b1c0d001c0bc1",
"bugs": {
"url": "https://github.com/ramda/ramda/issues"
},
"_id": "ramda@0.15.1",
"_shasum": "b227f79e9ff0acee1955d582f18681eb02c4dc2a",
"_from": "ramda@0.15.1",
"_npmVersion": "2.7.1",
"_nodeVersion": "1.6.0",
"_npmUser": {
"name": "davidchambers",
"email": "dc@davidchambers.me"
},
"maintainers": [
{
"name": "crosseye",
"email": "scott@sauyet.com"
},
{
"name": "buzzdecafe",
"email": "mh@buzzdecafe.com"
},
{
"name": "davidchambers",
"email": "dc@davidchambers.me"
}
],
"dist": {
"shasum": "b227f79e9ff0acee1955d582f18681eb02c4dc2a",
"tarball": "http://registry.npmjs.org/ramda/-/ramda-0.15.1.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/ramda/-/ramda-0.15.1.tgz"
}