-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 1.12 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
{
"name": "yith-wonder",
"version": "2.0.0",
"description": "A new block and full site editing theme by YITH",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://bitbucket.org/yithemes/yith-wonder.git"
},
"author": "YITH",
"license": "GPL-2.0-or-later",
"bugs": {
"url": "https://bitbucket.org/yithemes/yith-wonder/issues"
},
"homepage": "https://bitbucket.org/yithemes/yith-wonder#readme",
"devDependencies": {
"autoprefixer": "^10.4.14",
"dir-archiver": "^1.1.1",
"grunt": "^1.5.3",
"grunt-autoprefixer": "^3.0.4",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-sass": "^2.0.0",
"grunt-contrib-watch": "^1.1.0"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"scripts": {
"bundle": "dir-archiver --src . --dest ../yith-wonder.zip --exclude .DS_Store .stylelintrc.json .eslintrc .git .gitattributes .github .gitignore readme.md composer.json composer.lock node_modules vendor package-lock.json package.json .travis.yml phpcs.xml.dist sass yarn.lock .sass-cache gruntfile.js tests"
}
}