-
Notifications
You must be signed in to change notification settings - Fork 172
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 859 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 859 Bytes
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
{
"name": "pingpp-js",
"version": "2.4.0",
"description": "Ping++ HTML5 SDK",
"main": "src/main.js",
"homepage": "https://www.pingxx.com",
"repository": {
"type": "git",
"url": "https://github.com/PingPlusPlus/pingpp-js.git"
},
"keywords": [
"javascript",
"payment",
"library",
"browser"
],
"dependencies": {},
"devDependencies": {
"browserify": "^16.2.3",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.1",
"gulp-util": "^3.0.8",
"lodash": "^4.17.11",
"minimist": "1.2.6",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"scripts": {
"build": "npm install && gulp",
"build:modules": "npm install && gulp build --alipay_in_weixin",
"test": "gulp && gulp test"
},
"author": "Afon",
"license": "MIT"
}