forked from BoldGrid/boldgrid-inspirations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.1 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
{
"name": "boldgrid-inspirations",
"version": "2.8.1",
"description": "BoldGrid Inspirations WordPress plugin",
"directories": {
"test": "tests"
},
"scripts": {
"build": "npm run create-pot",
"create-pot": "php -d xdebug.max_nesting_level=500 \"$(which wp)\" i18n make-pot . languages/boldgrid-inspirations.pot",
"js-lint": "prettier-eslint assets/**/*.js --list-different",
"js-lint-fix": "prettier-eslint assets/**/*.js --write"
},
"repository": {
"type": "git",
"url": "git+https://github.com/boldgrid/boldgrid-inspirations.git"
},
"keywords": [
"boldgrid"
],
"author": "BoldGrid",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/boldgrid/boldgrid-inspirations/issues"
},
"homepage": "https://github.com/boldgrid/boldgrid-inspirations#readme",
"devDependencies": {
"cpx": "^1.5.0",
"eslint": "6.6.*",
"eslint-config-wordpress": "^2.0.0",
"eslint-plugin-html": "^6.0.0",
"prettier-eslint": "^9.0.1",
"prettier-eslint-cli": "^5.0.0"
},
"dependencies": {
"font-awesome": "4.7",
"jquery-toggles": "^4.0.0"
}
}