UNPKG

1.03 kBJSONView Raw
1{
2 "name": "loopback-component-push",
3 "version": "3.1.0",
4 "description": "Loopback Push Notification",
5 "keywords": [
6 "StrongLoop Labs",
7 "LoopBack",
8 "Push Notification",
9 "mobile",
10 "component"
11 ],
12 "main": "index.js",
13 "scripts": {
14 "lint": "eslint .",
15 "test": "mocha",
16 "posttest": "npm run lint"
17 },
18 "engines": {
19 "node": ">=4"
20 },
21 "dependencies": {
22 "apn": "^v2.1.2",
23 "async": "^1.5.2",
24 "debug": "^2.2.0",
25 "lodash": "^3.10.1",
26 "mpns": "^2.1.0",
27 "node-cache": "^3.2.1",
28 "node-gcm": "^0.14.4",
29 "strong-globalize": "^2.6.2"
30 },
31 "devDependencies": {
32 "chai": "^2.3.0",
33 "deep-extend": "^0.4.0",
34 "eslint": "^2.13.1",
35 "eslint-config-loopback": "^4.0.0",
36 "loopback": "^3.0.0",
37 "loopback-connector-mongodb": "^1.8.0",
38 "mocha": "^2.2.0",
39 "should": "^6.0.0",
40 "sinon": "^1.14.0"
41 },
42 "repository": {
43 "type": "git",
44 "url": "https://github.com/strongloop/loopback-component-push.git"
45 },
46 "license": "Artistic-2.0"
47}