-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.03 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
{
"name": "ebanx-currency-converter",
"version": "1.1.1",
"description": "This is a currency converter to use with EBANX Payment Gateway for WooCommerce.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gpressutto5/ebanx-currency-converter.git"
},
"author": "Guilherme Pressutto",
"license": "MIT",
"bugs": {
"url": "https://github.com/gpressutto5/ebanx-currency-converter/issues"
},
"homepage": "https://github.com/gpressutto5/ebanx-currency-converter#readme",
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"browser-sync": "^2.18.12",
"browserify": "^14.4.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"localstorage-ttl": "^1.0.2"
}
}