-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.16 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.16 KB
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
{
"name": "gbase-html5-sdk",
"version": "0.1.15",
"description": "JavaScript client library for Goblin Base/Cloud server",
"main": "index.js",
"scripts": {
"test": "mocha test"
},
"author": "Andrew Medvedev <andrew.medvedev.nh@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/red-machine-games/goblin-javascript-asset/issues"
},
"homepage": "https://gbase.tech/",
"dependencies": {
"crc-32": "1.2.0",
"crypto-js": "3.1.9-1",
"eventemitter3": "3.1.2",
"goblin-base-server": "0.1.7",
"isomorphic-ws": "4.0.1",
"object-path": "0.11.4",
"store": "2.0.12",
"superagent": "5.0.5",
"ws": "7.0.0"
},
"devDependencies": {
"@babel/core": "7.4.5",
"@babel/preset-env": "7.4.5",
"async": "^3.1.0",
"browserify": "16.2.3",
"chai": "4.2.0",
"gulp": "4.0.2",
"gulp-babel": "8.0.0",
"gulp-rename": "1.4.0",
"gulp-uglify": "3.0.2",
"gulp-util": "3.0.8",
"mocha": "6.1.4",
"vinyl-buffer": "1.0.1",
"vinyl-source-stream": "2.0.0"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:red-machine-games/goblin-javascript-asset.git"
}
}