forked from huicloud/html5-datastore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.67 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
{
"name": "html5-datastore",
"version": "0.2.20",
"description": "dzh云平台数据查询和存储管理模块",
"main": "index.js",
"scripts": {},
"author": "",
"repository": {
"type": "git",
"url": "https://github.com/huicloud/html5-datastore.git"
},
"license": "MIT",
"dependencies": {
"connection": "https://github.com/huicloud/html5-connection.git",
"promise": "^7.0.4",
"protobufjs": "*",
"yfloat": "https://github.com/huicloud/html5-yfloat.git"
},
"devDependencies": {
"aliasify": "^1.7.2",
"browserify": "^10.2.1",
"del": "^1.2.0",
"es5-shim": "^4.1.13",
"event-stream": "^3.3.1",
"gulp": "^3.8.11",
"gulp-babel": "^5.1.0",
"gulp-concat": "^2.6.0",
"gulp-git": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"aliasify": {
"aliases": {
"protobufjs": "protobufjs/dist/ProtoBuf-light"
}
},
"jspm": {
"jspmNodeConversion": false,
"dependencies": {
"protobufjs": "github:dcodeIO/[email protected]",
"connection": "gwgit:~jiagang/connection",
"yfloat": "gwgit:~jiagang/yfloat"
},
"overrides": {
"github:dcodeIO/[email protected]": {
"main": "dist/ProtoBuf-light",
"dependencies": {
"ByteBuffer": "github:dcodeIO/[email protected]"
}
},
"github:dcodeIO/[email protected]": {
"main": "dist/ByteBufferAB",
"dependencies": {
"Long": "github:dcodeIO/[email protected]"
}
},
"github:dcodeIO/[email protected]": {
"main": "dist/Long"
}
}
}
}