forked from ramda/ramda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.26 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"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"
}
],
"name": "ramda",
"description": "A practical functional library for Javascript programmers.",
"version": "0.2.4",
"homepage": "https://www.github.com/CrossEye/ramda",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/CrossEye/ramda.git"
},
"main": "ramda.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-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.7.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-mocha-test": "~0.5.0",
"grunt-benchmark": "https://github.com/buzzdecafe/grunt-benchmark/archive/09999a8c3fbfff04a1695846c1ccd0bd8a0ef5ab.tar.gz",
"benchmark": "~1.0.0",
"lodash": "latest",
"orchestrate": "~0.2.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-push-release": "^0.1.1"
}
}