-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
48 lines (48 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
42
43
44
45
46
47
48
{
"name": "webvrwall",
"version": "1.0.0",
"description": "vr image wall",
"main": "server.js",
"dependencies": {
"axios": "^0.18.1",
"body-parser": "^1.18.2",
"concurrently": "^3.5.1",
"cors": "^2.8.4",
"express": "^4.16.2",
"js-yaml": "^3.13.1",
"mem": "^5.1.1",
"mongoose": "^5.0.3",
"morgan": "^1.9.0",
"nodemon": "^1.14.11",
"update": "^0.7.4"
},
"devDependencies": {
"cryptiles": "^4.1.3",
"hoek": "^6.1.3",
"webpack-dev-server": "^3.7.2"
},
"scripts": {
"server": "node server.js",
"client": "node scripts/start-client.js",
"start": "concurrently \"nodemon server.js\" \"npm run client\"",
"build": "node scripts/build.js",
"seed": "node scripts/seedDB.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlexEBall/WebVR-Wall.git"
},
"keywords": [
"aframe",
"react",
"vr",
"imagewall"
],
"author": "PROJECT3",
"license": "ISC",
"bugs": {
"url": "https://github.com/AlexEBall/WebVR-Wall/issues"
},
"homepage": "https://github.com/AlexEBall/WebVR-Wall#readme"
}