-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 605 Bytes
/
package.json
File metadata and controls
19 lines (19 loc) · 605 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "@teppokoivula/search-engine",
"version": "0.39.1",
"description": "SearchEngine ProcessWire module",
"scripts": {
"build": "parcel build ./js/*.js -d ./js/dist/ && cleancss ./themes/default/style.css -o themes/default/style.min.css"
},
"browserslist": [
"defaults"
],
"repository": {
"type": "git",
"url": "git+https://github.com/teppokoivula/SearchEngine.git"
},
"bugs": {
"url": "https://github.com/teppokoivula/SearchEngine/issues"
},
"homepage": "https://github.com/teppokoivula/SearchEngine#readme"
}