forked from hawksley/eleVR-Web-Player
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1.16 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
{
"name": "ele-vr-web-player",
"version": "2.0.0",
"description": "eleVR Web Player",
"main": "src/ele-vr-player",
"scripts": {
"build": "webpack --config webpack.config.js -p",
"dev": "node_modules/.bin/webpack-dev-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hawksley/eleVR-Web-Player.git"
},
"author": "hawksley (https://github.com/hawksley)",
"license": "MPL",
"bugs": {
"url": "https://github.com/hawksley/eleVR-Web-Player/issues"
},
"homepage": "https://github.com/hawksley/eleVR-Web-Player#readme",
"private": true,
"dependencies": {
"gl-matrix": "^2.3.2"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.17.0",
"babel-eslint": "^7.0.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.9.0",
"eslint": "^3.8.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-loader": "^1.6.0",
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.4.1",
"webpack": "2.1.0-beta.25",
"webpack-dev-server": "^1.16.2",
"yargs": "^6.2.0"
}
}