-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.24 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.24 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "circulate",
"version": "0.0.1",
"description": "oyster",
"main": "./lib/index.js",
"scripts": {
"test": "grunt test"
},
"dependencies": {
"bluebird": "~2.9.33",
"lodash": "~3.10.0",
"ephemeral":"git+https://github.com/mideveloper/ephemeral.git",
"apn": "~1.7.4",
"node-gcm": "0.11.1"
},
"devDependencies": {
"grunt-cli": "~0.1.11",
"grunt": "~0.4.2",
"grunt-contrib-watch": "~0.5.3",
"mocha": "~1.16.2",
"grunt-contrib-jshint": "~0.8.0",
"sinon": "~1.7.3",
"supertest": "~0.8.2",
"chai": "~1.8.1",
"chai-as-promised": "~4.1.0",
"grunt-mocha-test": "~0.8.1",
"jshint-stylish": "~0.1.5",
"grunt-newer": "~0.6.1",
"load-grunt-tasks": "~0.3.0",
"time-grunt": "~0.2.9",
"grunt-concurrent": "~0.4.3"
},
"repository": {
"type": "git",
"url": "https://github.com/mideveloper/circulate"
},
"keywords": [
"javascript",
"node",
"apn",
"hepler",
"push",
"notification",
"apple",
"ios",
"iphone",
"android"
],
"author": {
"name": "mideveloper"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/mideveloper/circulate/issues"
},
"homepage": "https://github.com/mideveloper/circulate"
}