-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1022 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
{
"name": "webvrr",
"version": "1.0.0",
"description": "WebVR for R",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Scott Jackson <scott@rstudio.com>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.0.0-beta.36",
"@babel/plugin-proposal-optional-chaining": "^7.0.0-beta.36",
"babel-core": "^6.26.0",
"babel-eslint": "^8.1.2",
"babel-plugin-transform-optional-chaining": "^7.0.0-beta.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-stage-1": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babelify": "^8.0.0",
"bower": "^1.8.2",
"browserify": "^14.5.0",
"eslint": "^4.14.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"flow-bin": "^0.62.0",
"gulp": "^3.9.1",
"mocha": "^4.1.0",
"vinyl-source-stream": "^2.0.0"
}
}