-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 843 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 843 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
{
"name": "suffice-toolkit",
"title": "Suffice Toolkit",
"version": "1.0.9",
"homepage": "http://themegrill.com/plugins/suffice-toolkit/",
"repository": {
"type": "git",
"url": "https://github.com/themegrill/suffice-toolkit.git"
},
"license": "GPL-3.0+",
"main": "Gruntfile.js",
"scripts": {
"build": "grunt",
"build-watch": "grunt watch"
},
"devDependencies": {
"grunt": "~1.4.1",
"grunt-checktextdomain": "~1.0.1",
"grunt-contrib-compress": "~2.0.0",
"grunt-contrib-cssmin": "~4.0.0",
"grunt-contrib-jshint": "~3.0.0",
"grunt-contrib-uglify": "~5.0.1",
"grunt-contrib-watch": "~1.1.0",
"grunt-sass": "^3.1.0",
"grunt-wp-i18n": "~1.0.3",
"node-bourbon": "~4.2.8",
"node-sass": "^6.0.1"
},
"engines": {
"node": ">=10.0.0",
"npm": ">=6.9.0 <7"
}
}