UNPKG

509 BJSONView Raw
1{
2 "name": "vrid",
3 "version": "0.0.53",
4 "description": "Identity management for VR worlds",
5 "main": "api.js",
6 "scripts": {
7 "start": "node index.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/modulesio/vrid.git"
12 },
13 "author": "Avaer Kazmer <a@modules.io>",
14 "license": "ISC",
15 "bugs": {
16 "url": "https://github.com/modulesio/vrid/issues"
17 },
18 "homepage": "https://github.com/modulesio/vrid#readme",
19 "devDependencies": {
20 "express": "^4.16.2"
21 }
22}