UNPKG

1.86 kBJSONView Raw
1{
2 "name": "zetapush-js",
3 "version": "3.1.3",
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 "typings": "typings/zetapush.d.ts",
32 "dependencies": {
33 "zetapush-cometd": "^3.0.13"
34 },
35 "devDependencies": {
36 "babel-core": "^6.24.1",
37 "babel-eslint": "^7.2.1",
38 "babel-loader": "^6.4.1",
39 "babel-plugin-transform-runtime": "^6.23.0",
40 "babel-polyfill": "^6.23.0",
41 "babel-preset-es2015": "^6.24.1",
42 "esdoc": "^0.5.2",
43 "eslint": "^3.19.0",
44 "eslint-config-standard": "^10.2.0",
45 "eslint-loader": "^1.7.1",
46 "eslint-plugin-import": "^2.2.0",
47 "eslint-plugin-node": "^4.2.2",
48 "eslint-plugin-promise": "^3.5.0",
49 "eslint-plugin-standard": "^3.0.1",
50 "gulp": "^3.9.1",
51 "gulp-gh-pages": "^0.5.4",
52 "jasmine-core": "^2.5.0",
53 "karma": "^1.6.0",
54 "karma-chrome-launcher": "^2.0.0",
55 "karma-cli": "^1.0.1",
56 "karma-jasmine": "^1.1.0",
57 "karma-phantomjs-launcher": "^1.0.4",
58 "lr-http-server": "^0.1.4",
59 "phantomjs-prebuilt": "^2.1.14",
60 "request": "^2.81.0",
61 "typescript": "^2.2.2",
62 "webpack": "^2.3.3",
63 "whatwg-fetch": "^2.0.3"
64 },
65 "engines": {
66 "node": ">=6"
67 }
68}