-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
35 lines (35 loc) · 924 Bytes
/
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
{
"name": "benchmarks",
"version": "0.1.2",
"description": "Node.JS community benchmarks result sets",
"dependencies": {
"benchmark": "^1.0.0",
"bluebird": "^2.3.0",
"chai": "^1.9.1",
"commander": "^2.3.0",
"glob": "^4.0.5",
"lodash": "^2.4.1",
"microtime": "^1.0.1",
"mocha": "^1.21.4",
"q": "^1.0.1",
"underscore": "^1.6.0"
},
"bin": {
"node-benchmarks": "./bin/node-benchmarks"
},
"scripts": {
"start": "node ./bin/node-benchmarks",
"test": "./node_modules/mocha/bin/mocha"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/majimboo/node-benchmarks.git"
},
"author": "Majid Arif Siddiqui <[email protected]> (http://blog.majidarif.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/majimboo/node-benchmarks/issues"
},
"homepage": "https://github.com/majimboo/node-benchmarks"
}