-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.2 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.2 KB
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
{
"name": "wp-proud-admin-menu",
"version": "1.0.0",
"description": "Administration theme, permissions tweaks, and ProudCity settings pages. [ProudCity](http://proudcity.com) is a Wordpress platform for modern, standards-compliant municipal websites.",
"main": "webpack.mix.js",
"directories": {
"lib": "lib"
},
"dependencies": {},
"devDependencies": {
"laravel-mix": "^6.0.49",
"resolve-url-loader": "^5.0.0",
"sass": "^1.56.0",
"sass-loader": "^12.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"projectsetup": "bower install && rm -rf bower_components/proudcity-patterns && git clone git@github.com:proudcity/proudcity-patterns.git bower_components/proudcity-patterns",
"projectupdate": "rm -rf bower_components/proudcity-patterns && git clone git@github.com:proudcity/proudcity-patterns.git bower_components/proudcity-patterns"
},
"repository": {
"type": "git",
"url": "git+https://github.com/proudcity/wp-proud-admin.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/proudcity/wp-proud-admin/issues"
},
"homepage": "https://github.com/proudcity/wp-proud-admin#readme"
}