forked from PingPlusPlus/pingpp-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 791 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
{
"name": "pingpp-js",
"version": "2.1.12",
"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": "^13.3.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"lodash": "^4.17.4",
"minimist": "^1.2.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"build": "npm install && gulp",
"test": "gulp && gulp test"
},
"author": "Afon",
"license": "MIT"
}