mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-19 09:47:48 +10:00
54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"author": "CrossEye <scott@sauyet.com> (scott.sauyet.com)",
|
|
"contributors": [
|
|
{
|
|
"name": "buzzdecafe",
|
|
"email": "mh@buzzdecafe.com",
|
|
"web": "http://buzzdecafe.com"
|
|
},
|
|
{
|
|
"name": "Scott Sauyet",
|
|
"email": "scott@sauyet.com",
|
|
"web": "http://fr.umio.us"
|
|
}
|
|
],
|
|
"npmName": "ramda",
|
|
"npmFileMap": [
|
|
{
|
|
"files": [
|
|
"ramda.js",
|
|
"ramda.min.js"
|
|
]
|
|
}
|
|
],
|
|
"name": "ramda",
|
|
"description": "A practical functional library for Javascript programmers.",
|
|
"version": "0.6.0",
|
|
"homepage": "https://www.github.com/CrossEye/ramda",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/CrossEye/ramda.git"
|
|
},
|
|
"filename": "ramda.min.js",
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"grunt": "~0.4.1",
|
|
"grunt-cli": "~0.1.7",
|
|
"grunt-mocha": "~0.3.4",
|
|
"grunt-docco": "latest",
|
|
"grunt-contrib-jshint": "~0.7.0",
|
|
"grunt-contrib-uglify": "~0.2.2",
|
|
"grunt-mocha-test": "~0.5.0",
|
|
"grunt-benchmark": "https://github.com/shama/grunt-benchmark/archive/a90d51b0ad0afd0766b4c47621344a3f64ec3384.tar.gz",
|
|
"benchmark": "~1.0.0",
|
|
"lodash": "latest",
|
|
"grunt-contrib-copy": "^0.5.0",
|
|
"grunt-contrib-clean": "^0.5.0",
|
|
"grunt-push-release": "^0.1.1"
|
|
}
|
|
}
|