UNPKG

1.72 kBJSONView Raw
1{
2 "name": "zetapush-js",
3 "version": "3.1.0",
4 "description": "JavaScript SDK for ZetaPush",
5 "main": "dist/zetapush.min.js",
6 "homepage": "http://zetapush.com",
7 "bugs": "https://github.com/zetapush/zetapush-js/issues",
8 "keywords": [
9 "zetapush",
10 "realtime",
11 "sdk",
12 "websocket",
13 "long-polling"
14 ],
15 "license": "MIT",
16 "contributors": [
17 "Grégory Houllier",
18 "Mikael Morvan"
19 ],
20 "repository": {
21 "type": "git",
22 "url": "git@github.com:zetapush/zetapush-js.git"
23 },
24 "scripts": {
25 "doc": "esdoc -c esdoc.json",
26 "build": "webpack",
27 "deploy:github": "npm run doc && gulp deploy:github",
28 "serve": "lr-http-server -d ./ -w ./dist/*.js,./examples/**/*.js,./examples/**/*.html -p 2600 -l 26001",
29 "test": "karma start karma.conf.js"
30 },
31 "dependencies": {
32 "zetapush-cometd": "^3.0.13"
33 },
34 "devDependencies": {
35 "babel-core": "^6.23.1",
36 "babel-eslint": "^7.1.1",
37 "babel-loader": "^6.3.2",
38 "babel-plugin-transform-runtime": "^6.23.0",
39 "babel-polyfill": "^6.23.0",
40 "babel-preset-es2015": "^6.22.0",
41 "esdoc": "^0.5.2",
42 "eslint": "^3.15.0",
43 "eslint-config-standard": "^6.2.1",
44 "eslint-loader": "^1.6.1",
45 "eslint-plugin-promise": "^3.4.2",
46 "eslint-plugin-standard": "^2.0.0",
47 "gulp": "^3.9.1",
48 "gulp-gh-pages": "^0.5.4",
49 "jasmine-core": "^2.5.0",
50 "karma": "^1.5.0",
51 "karma-chrome-launcher": "^2.0.0",
52 "karma-cli": "^1.0.1",
53 "karma-jasmine": "^1.1.0",
54 "karma-phantomjs-launcher": "^1.0.2",
55 "lr-http-server": "^0.1.4",
56 "phantomjs-prebuilt": "^2.1.14",
57 "request": "^2.79.0",
58 "webpack": "^2.2.1",
59 "whatwg-fetch": "^2.0.2"
60 },
61 "engines": {
62 "node": ">=6"
63 }
64}