-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
64 lines (64 loc) · 1.6 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
{
"title": "ESNext Benchmarks",
"name": "esnext-benchmarks",
"private": true,
"version": "1.0.0",
"description": "Benchmarks comparing ESNext features to their ES5 and various pre-processor equivalents",
"homepage": "https://github.com/bevry/esnext-benchmarks",
"license": "MIT",
"keywords": [],
"badges": {
"list": [
"travisci",
"---",
"slackin",
"patreon",
"gratipay",
"flattr",
"paypal",
"bitcoin",
"wishlist"
],
"config": {
"patreonUsername": "bevry",
"gratipayUsername": "bevry",
"flattrUsername": "balupton",
"paypalURL": "https://bevry.me/paypal",
"bitcoinURL": "https://bevry.me/bitcoin",
"wishlistURL": "https://bevry.me/wishlist",
"slackinURL": "https://slack.bevry.me"
}
},
"author": "2015+ Bevry Pty Ltd <[email protected]> (http://bevry.me)",
"maintainers": [
"Benjamin Lupton <[email protected]> (http://balupton.com)"
],
"contributors": [
"Benjamin Lupton <[email protected]> (http://balupton.com)"
],
"bugs": {
"url": "https://github.com/bevry/esnext-benchmarks/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/bevry/esnext-benchmarks.git"
},
"engines": {
"node": ">=5"
},
"dependencies": {
"cli-table": "^0.3.1",
"eachr": "^3.2.0",
"joe": "^1.8.0",
"joe-reporter-console": "^1.2.1",
"microtime-nodejs": "^1.0.0",
"scandirectory": "^2.5.0"
},
"devDependencies": {
"projectz": "^1.1.6"
},
"scripts": {
"prepare": "node ./node_modules/.bin/projectz compile",
"test": "node --harmony bench.js"
}
}