-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 864 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 864 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
38
{
"name": "gridd-plus",
"version": "1.0.0",
"author": "wplemon.com team",
"description": "WordPress Plugin",
"homepage": "https://wplemon.com",
"license": "GPL2",
"repository": {
"type": "git",
"url": "https://gitlab.com/wplemon/gridd-plus"
},
"bugs": {
"url": "https://gitlab.com/wplemon/gridd-plus/issues"
},
"licenses": [
{
"type": "GPL2",
"url": "https://opensource.org/licenses/GPL2"
}
],
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"grunt": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-cssmin": "*",
"grunt-contrib-sass": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"grunt-po2mo": "*",
"grunt-postcss": "*",
"grunt-wp-i18n": "*",
"postcss-clean": "*",
"postcss-cssnext": "*"
}
}