-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
43 lines (43 loc) · 1023 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
36
37
38
39
40
41
42
43
{
"name": "astrobench",
"title": "Astrobench",
"version": "0.1.2",
"description": "Library for JavaScript benchmarks based on Benchmark.js",
"main": "dist/astrobench.js",
"directories": {
"example": "examples"
},
"dependencies": {
"benchmark": "2.1.4",
"browserify": "16.5.0",
"gulp": "4.0.2",
"gulp-concat": "2.6.1",
"gulp-csso": "4.0.1",
"gulp-header": "2.0.9",
"gulp-sourcemaps": "2.6.5",
"gulp-uglify": "3.0.2",
"jbone": "1.2.1",
"lodash": "4.17.15",
"node-underscorify": "0.0.14",
"vinyl-buffer": "1.0.1",
"vinyl-source-stream": "2.0.0"
},
"keywords": [
"benchmark",
"benchmark.js",
"speed",
"performance"
],
"author": "Alexey Kupriyanenko <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/kupriyanenko/astrobench",
"repository": {
"type": "git",
"url": "https://github.com/kupriyanenko/astrobench"
},
"browserify": {
"transform": [
"node-underscorify"
]
}
}