UNPKG

1.06 kBJSONView Raw
1{
2 "name": "loopback-component-push",
3 "version": "1.7.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 "dependencies": {
19 "apn": "^1.7.5",
20 "async": "^1.5.2",
21 "debug": "^2.2.0",
22 "lodash": "^3.10.1",
23 "mpns": "^2.1.0",
24 "node-cache": "^3.2.1",
25 "node-gcm": "^0.14.0",
26 "strong-globalize": "^2.6.2"
27 },
28 "devDependencies": {
29 "chai": "^2.3.0",
30 "deep-extend": "^0.4.0",
31 "eslint": "^2.13.1",
32 "eslint-config-loopback": "^4.0.0",
33 "grunt-contrib-watch": "^0.6.1",
34 "grunt-jsdoc": "^0.6.6",
35 "loopback": "^3.0.0",
36 "loopback-connector-mongodb": "^1.8.0",
37 "mocha": "^2.2.0",
38 "should": "^6.0.0",
39 "sinon": "^1.14.0"
40 },
41 "repository": {
42 "type": "git",
43 "url": "https://github.com/strongloop/loopback-component-push.git"
44 },
45 "license": "Artistic-2.0"
46}