Skip to content

Commit 0c833a3

Browse files
committed
Added cdnjs package.son
1 parent c427cbf commit 0c833a3

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

package.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"name": "hprose-html5",
3+
"filename": "hprose-html5.js",
4+
"version": "1.5.3",
5+
"description": "Hprose is a High Performance Remote Object Service Engine. It is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware. It is not only easy to use, but powerful. You just need a little time to learn, then you can use it to easily construct cross language cross platform distributed application system.",
6+
"homepage": "https://github.com/andot/hprose",
7+
"keywords": [
8+
"hprose", "rpc", "webservice", "websocket", "http", "ajax", "json", "jsonrpc", "cross-language", "cross-platform", "cross-domain", "html5", "serialize", "serialization","protocol", "web", "service", "framework",
9+
"library", "game", "communication", "middleware"
10+
],
11+
"maintainers": [
12+
{
13+
"name" : "Ma Bingyao",
14+
"email" : "andot@hprose.com",
15+
"web": "http://hprose.com/"
16+
}
17+
],
18+
"repositories": [
19+
{
20+
"type": "git",
21+
"url": "https://github.com/hprose/hprose-html5.git"
22+
}
23+
],
24+
"autoupdate": {
25+
"source": "git",
26+
"target": "git://github.com/hprose/hprose-html5.git",
27+
"basePath": "dist/",
28+
"files": [
29+
"hprose-html5.js"
30+
]
31+
}
32+
}

0 commit comments

Comments
 (0)