-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1.11 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
{
"name": "lightstreamer-client",
"version": "1.0.0",
"description": "Lightstreamer client",
"license": "Apache-2.0",
"keywords": [
"lightstreamer",
"push",
"realtime",
"real-time",
"websocket"
],
"homepage": "http://www.lightstreamer.com",
"bugs": {
"url": "http://forum.lightstreamer.com/",
"email": "[email protected]"
},
"author": {
"name": "Lightstreamer Srl",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lightstreamer/Lightstreamer-lib-client-javascript.git"
},
"dependencies": {
"faye-websocket": "^0.11.1",
"xmlhttprequest-cookie": "^0.9.8"
},
"devDependencies": {
"@ampproject/rollup-plugin-closure-compiler": "^0.9.0",
"magic-string": "^0.25.3",
"minimist": "^1.2.0",
"requirejs": "^2.3.6",
"rollup": "^1.16.6",
"rollup-plugin-alias": "^1.5.2",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-virtual": "^1.0.1"
},
"scripts": {
"build": "node tools/build --config tools/build.config.js"
}
}