forked from kupriyanenko/astrobench
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 866 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": "astrobench",
"title": "Astrobench",
"version": "0.1.2",
"description": "Library for JavaScript benchmarks based on Benchmark.js",
"main": "dist/astrobench.js",
"directories": {
"example": "examples"
},
"devDependencies": {
"benchmark": "1.0.0",
"browserify": "3.46",
"gulp": "^3.8.1",
"gulp-concat": "^2.2.0",
"gulp-header": "^1.0.2",
"gulp-uglify": "^0.3.1",
"jbone": "1.0.16",
"lodash": "2.4.1",
"node-underscorify": "0.0.9",
"vinyl-source-stream": "^0.1.1"
},
"keywords": [
"benchmark",
"benchmark.js",
"speed",
"performance"
],
"author": "Alexey Kupriyanenko <a.kupriyanenko@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/kupriyanenko/astrobench",
"repository": {
"type": "git",
"url": "https://github.com/kupriyanenko/astrobench"
}
}