forked from iNem0o/DatPayment
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 714 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 714 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
{
"name": "datpayment",
"version": "1.0.0",
"description": "DatPayment is a Javascript library helping you managin an awesome payment form",
"main": "Gulpfile.js",
"directories": {
"test": "tests"
},
"dependencies": {},
"devDependencies": {
"babel-preset-es2015": "^6.18.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-bower": "^0.0.13",
"gulp-concat": "^2.6.0",
"gulp-sass": "^2.2.0",
"merge-stream": "^1.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/iNem0o/DatPayment.git"
},
"author": "",
"license": "MIT"
}