forked from MrRacoon/jsFPerf
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 943 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 943 Bytes
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
{
"name": "jsfperf",
"version": "1.1.0",
"description": "expoerimenting with performance metrics between multiple fp libraries",
"main": "index.js",
"scripts": {
"test": "./bin/jsfperf -d && ./bin/jsfperf -w"
},
"bin": {
"jsfperf": "bin/jsfperf"
},
"lib": {
"index": "index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MrRacoon/jsFPerf.git"
},
"keywords": [
"perf",
"js",
"fp",
"benchmark",
"immutable",
"ramda"
],
"author": "Erik Sutherland <erik.misu@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/MrRacoon/jsFPerf/issues"
},
"homepage": "https://github.com/MrRacoon/jsFPerf#readme",
"dependencies": {
"benchmark": "^2.1.3",
"chalk": "^1.1.3",
"immutable": "^3.8.1",
"lodash": "^4.17.4",
"mori": "^0.3.2",
"mudash": "^0.6.0",
"node-getopt": "^0.2.3",
"ramda": "^0.23.0"
}
}