-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
57 lines (57 loc) · 1.45 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
{
"name": "six-speed",
"version": "0.0.0",
"description": "ES6 polyfill vs. feature performance tests",
"keywords": [
"es6",
"benchmark",
"performance",
"polyfill"
],
"main": "index.js",
"scripts": {
"test": "gulp test",
"test:sauce": "gulp test:sauce",
"test:node": "gulp test:node",
"start": "gulp server",
"profile:node": "gulp profile:node",
"report": "gulp report"
},
"author": "Kevin Decker <[email protected]>",
"license": "MIT",
"dependencies": {
"applescript": "^1.0.0",
"async": "^1.2.1",
"babel-core": "^6.5.2",
"babel-loader": "^6.2.3",
"babel-plugin-transform-runtime": "^6.5.2",
"babel-polyfill": "^6.5.0",
"babel-preset-es2015": "^6.5.0",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-stage-0": "^6.5.0",
"babel-runtime": "^6.5.0",
"benchmark": "^1.0.0",
"bluebird": "^2.9.34",
"bootstrap": "^3.3.7",
"browser-downloader": "^2.0.0",
"buble": "^0.9.3",
"del": "^1.2.0",
"esprima": "^1.2.5",
"gulp": "^3.9.0",
"gulp-util": "^3.0.5",
"handlebars": "^4.0.3",
"hapi": "^8.6.1",
"imports-loader": "^0.6.4",
"jquery": "^3.1.0",
"lodash": "^3.10.1",
"microtime": "^2.0.0",
"minimist": "^1.1.1",
"node-libs-browser": "^0.5.2",
"sauce-tunnel": "^2.2.3",
"through2": "^2.0.0",
"traceur": "0.0.108",
"typescript": "^1.5.3",
"webdriverio": "^2.4.5",
"webpack": "^1.9.11"
}
}