forked from ramda/ramda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.1 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"author": "Scott Sauyet <[email protected]> (scott.sauyet.com)",
"contributors": [
{
"name": "Michael Hurley",
"email": "[email protected]",
"web": "http://buzzdecafe.com"
},
{
"name": "Scott Sauyet",
"email": "[email protected]",
"web": "http://fr.umio.us"
},
{
"name": "David Chambers",
"email": "[email protected]",
"web": "http://davidchambers.me"
},
{
"name": "Graeme Yeates",
"email": "[email protected]",
"web": "https://github.com/megawac"
}
],
"name": "ramda",
"description": "A practical functional library for JavaScript programmers.",
"version": "0.13.0",
"homepage": "https://www.github.com/ramda/ramda",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/ramda/ramda.git"
},
"main": "dist/ramda.js",
"scripts": {
"jshint": "grunt jshint",
"test": "grunt test"
},
"dependencies": {},
"devDependencies": {
"acorn": "0.9.x",
"benchmark": "~1.0.0",
"commander": "2.5.x",
"dox": "latest",
"envvar": "1.x.x",
"escodegen": "1.4.x",
"gh-pages": "^0.2.0",
"grunt": "~0.4.5",
"grunt-benchmark": "https://github.com/buzzdecafe/grunt-benchmark/archive/09999a8c3fbfff04a1695846c1ccd0bd8a0ef5ab.tar.gz",
"grunt-browserify": "3.2.1",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-less": "^1.0.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-docco": "latest",
"grunt-express": "^1.4.1",
"grunt-jscs": "1.5.x",
"grunt-jsdoc": "^0.6.1",
"grunt-mocha": "~0.4.11",
"grunt-mocha-test": "~0.11.0",
"grunt-open": "^0.2.3",
"grunt-saucelabs": "^8.3.1",
"handlebars": "^2.0.0",
"highlight.js": "^8.4.0",
"js-yaml": "^3.2.5",
"lodash": "latest",
"marked": "^0.3.2",
"mocha": "2.x.x",
"orchestrate": "~0.3.4",
"q": "^1.1.1",
"ramda": "0.13.0",
"testem": "^0.6.18",
"uglify-js": "2.4.x",
"xyz": "0.5.x"
}
}