This repository has been archived by the owner on Jan 6, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 73
/
Copy pathpackage.json
71 lines (71 loc) · 1.99 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "altspace",
"author": "AltspaceVR",
"version": "2.9.0",
"repository": {
"type": "git",
"url": "git+https://github.com/AltspaceVR/AltspaceSDK.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/AltspaceVR/AltspaceSDK/issues"
},
"main": "dist/altspace.js",
"scripts": {
"lint": "eslint src/**/*.js examples/**/*.js examples/**/*.html scripts/**/*.js",
"buildjs": "npm run lint && gulp --gulpfile scripts/build.js altspace_js",
"build": "npm run lint && gulp --gulpfile scripts/build.js altspace_js doc",
"doc": "gulp --gulpfile scripts/build.js doc",
"version": "npm run build && git add .",
"postversion": "git push && git push --tags",
"postpublish": "gulp --gulpfile scripts/deploy.js release publish-aws"
},
"keywords": [
"aframe",
"aframe-component",
"layout",
"aframe-vr",
"vr",
"aframe-layout",
"mozvr",
"webvr",
"altspacevr",
"altspace"
],
"dependencies": {},
"peerDependencies": {
"three": "~0.73.0"
},
"devDependencies": {
"conventional-github-releaser": "0.5.1",
"del": "^2.2.2",
"es6-map": "^0.1.4",
"es6-string-polyfills": "^1.0.0",
"eslint": "^3.6.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-html": "^1.5.3",
"gulp": "^3.9.1",
"gulp-awspublish": "3.0.1",
"gulp-concat": "2.6.0",
"gulp-insert": "^0.5.0",
"gulp-jsdoc3": "^0.3.0",
"gulp-markdown": "^1.2.0",
"gulp-print": "2.0.1",
"gulp-rename": "1.2.2",
"gulp-replace": "^0.5.4",
"gulp-uglify": "1.4.1",
"jsdoc": "^3.4.3",
"merge-stream": "^1.0.1",
"minami": "github:altspacevr/minami#937dbd2",
"ordered-merge-stream": "0.0.0",
"rollup": "^0.41.4",
"rollup-plugin-buble": "^0.15.0",
"rollup-plugin-commonjs": "^7.0.0",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-replace": "^1.1.1",
"rollup-stream": "^1.19.0",
"run-sequence": "1.1.5",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0"
}
}