-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
50 lines (50 loc) · 1.14 KB
/
package.json
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
{
"name": "ali-mns",
"version": "2.6.8",
"description": "The nodejs SDK for aliyun mns service",
"main": "index.js",
"dependencies": {
"debug": "^2.2.0",
"promise": "^7.0.4",
"request": "^2.87.0",
"universal-analytics": "^0.4.13",
"xml2js": "^0.4.13",
"xmlbuilder": "^3.1.0"
},
"devDependencies": {
"@types/node": "^7.0.22",
"del": "^2.2.0",
"git-version-json": "^1.0.5",
"gulp": "^3.9.1",
"gulp-debug": "^2.1.2",
"gulp-git": "^1.7.1",
"gulp-header": "^1.8.2",
"gulp-newer": "^1.1.0",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^1.9.1",
"gulp-typescript": "^3.1.7",
"mocha": "^3.4.2",
"should": "^7.1.1",
"typescript": "^2.3.4"
},
"scripts": {
"prepare": "gulp",
"test": "node node_modules/mocha/bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/InCar/ali-mns.git"
},
"keywords": [
"aliyun",
"mns",
"mqs",
"incar"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/InCar/ali-mns/issues"
},
"homepage": "https://github.com/InCar/ali-mns"
}