forked from laterpay/laterpay-wordpress-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.25 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
37
38
39
40
41
42
43
44
45
46
{
"name": "laterpay-wordpress-plugin",
"version": "1.0.0",
"description": "LaterPay WordPress plugin",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"del": "^0.1.3",
"gulp": "^3.8.8",
"gulp-autoprefixer": "^1.0.1",
"gulp-base64": "^0.1.2",
"gulp-cached": "^1.0.1",
"gulp-csslint": "^0.1.5",
"gulp-docco": "0.0.4",
"gulp-fixmyjs": "0.0.10",
"gulp-git": "^0.5.2",
"gulp-jsbeautifier": "0.0.3",
"gulp-jshint": "^1.8.5",
"gulp-lintspaces": "^0.2.2",
"gulp-notify": "^2.0.0",
"gulp-phpcs": "^0.2.1",
"gulp-soften": "0.0.1",
"gulp-sourcemaps": "^1.2.2",
"gulp-strip-debug": "^1.0.1",
"gulp-stylus": "^1.3.3",
"gulp-svgmin": "^0.4.6",
"gulp-tinypng": "^1.0.2",
"gulp-uglify": "^1.0.1",
"jshint-stylish": "^1.0.0",
"nib": "^1.0.4",
"pageres": "^1.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/laterpay/laterpay-wordpress-plugin.git"
},
"author": "Dominik Rodler",
"license": "ISC",
"bugs": {
"url": "https://github.com/laterpay/laterpay-wordpress-plugin/issues"
},
"homepage": "https://github.com/laterpay/laterpay-wordpress-plugin"
}