-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
31 lines (31 loc) · 1.03 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
{
"name": "design-comuni-wordpress-theme",
"version": "1.11.0",
"description": "Tema Wordpress dei Comuni Italiani",
"main": "index.js",
"scripts": {
"build": "./copy_assets.sh && npm run minify:css && npm run minify:js",
"version": "node scripts/config-sync && git add style.css && git add README.md",
"postversion": "echo \"You can now publish your tag with 'git push --follow-tags'\"",
"minify:css": "node scripts/minify-css.js",
"minify:js": "node scripts/minify-js.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/italia/design-comuni-wordpress-theme.git"
},
"author": "Presidenza del Consiglio dei Ministri",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/italia/design-comuni-wordpress-theme/issues"
},
"homepage": "https://github.com/italia/design-comuni-wordpress-theme#readme",
"dependencies": {
"bootstrap-italia": "^2.9.2"
},
"devDependencies": {
"clean-css-cli": "^5.6.1",
"replace-in-file": "^6.3.5",
"uglify-js": "^3.17.4"
}
}