forked from AltspaceVR/AltspaceSDK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.31 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
{
"name": "altspace",
"version": "0.25.0",
"repository": "AltspaceVR/AltspaceSDK",
"main": "dist/altspace.js",
"scripts": {
"build": "gulp altspace_js",
"doc": "gulp doc"
},
"dependencies": {
"lodash.isequal": "4.1.3"
},
"peerDependencies": {
"three": "~0.73.0"
},
"devDependencies": {
"aws-sdk": "^2.2.38",
"babel": "5.8.34",
"babel-core": "5.8.34",
"babel-runtime": "5.8.34",
"babelify": "6.4.0",
"browserify": "11.2.0",
"conventional-github-releaser": "0.5.1",
"del": "2.2.0",
"eslint": "^3.6.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-html": "^1.5.3",
"gulp": "3.9.0",
"gulp-awspublish": "3.0.1",
"gulp-babel": "5.2.1",
"gulp-bump": "1.0.0",
"gulp-concat": "2.6.0",
"gulp-git": "1.6.1",
"gulp-jsdoc3": "^0.3.0",
"gulp-jshint": "1.11.2",
"gulp-print": "2.0.1",
"gulp-prompt": "0.1.2",
"gulp-rename": "1.2.2",
"gulp-replace": "0.5.4",
"gulp-shell": "0.5.1",
"gulp-sourcemaps": "1.6.0",
"gulp-uglify": "1.4.1",
"gulp-wrap-umd": "^0.2.1",
"jsdoc": "3.4.0",
"merge-stream": "1.0.0",
"minami": "AltspaceVR/minami",
"ordered-merge-stream": "0.0.0",
"run-sequence": "1.1.5",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0",
"yargs": "3.27.0"
}
}