forked from RedHat-Israel/rosvr-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.06 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
{
"name": "rosvr",
"version": "0.0.1",
"description": "RedHat Open Source Virtual Reality",
"main": "index.js",
"author": "Shaked Lokits",
"license": "GPL-3.0",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-env": "^1.6.0",
"clean-webpack-plugin": "^0.1.16",
"eslint": "^4.3.0",
"eslint-plugin-jasmine": "^2.8.0",
"html-webpack-plugin": "^2.29.0",
"jasmine": "^2.6.0",
"jasmine-core": "^2.6.4",
"karma": "^1.7.0",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.4",
"phantomjs-prebuilt": "^2.1.14",
"webpack": "^3.3.0",
"webpack-dev-server": "^2.6.1"
},
"scripts": {
"build": "webpack",
"build-production": "webpack -p",
"watch": "webpack --progress --watch",
"start-server": "webpack-dev-server --open",
"test": "karma start"
},
"dependencies": {
"aframe": "^0.6.1",
"ar.js": "^1.0.1"
}
}