-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 922 Bytes
/
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
{
"name": "dingtalk-promise",
"version": "1.4.0",
"description": "promise api for dingtalk.com",
"main": "lib/dingtalk.js",
"scripts": {
"test": "source .bin/setenv.sh && gulp test"
},
"dependencies": {
"babel-polyfill": "^6.9.1",
"bluebird": "^3.4.1",
"lodash": "^4.14.1",
"superagent": "^2.1.0",
"urlencode": "^1.1.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0",
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-changed": "^1.3.0",
"gulp-concat": "^2.6.0",
"gulp-load-plugins": "^1.2.4",
"gulp-mocha": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"should": "^10.0.0"
},
"author": {
"email": "surpmillet@126.com",
"name": "surpmillet"
},
"repository": {
"type": "git",
"url": "https://github.com/surpmillet/dingtalk-promise.git"
},
"license": "MIT"
}