forked from Seravo/wordpress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 844 Bytes
/
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
40
41
{
"name": "seravo-wordpress",
"version": "1.4.0",
"author": "Seravo Oy",
"homepage": "https://github.com/seravo/wordpress/",
"contributors": [
{
"name": "Seravo Oy",
"email": "[email protected]",
"url": "https://seravo.com"
}
],
"private": false,
"repository": {
"type": "git",
"url": "git://github.com/wordpress/wordpress.git"
},
"scripts": {
"build": "composer install && gulp",
"test": "scripts/run-tests"
},
"bugs": {
"url": "https://github.com/seravo/wordpress/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"engines": {
"node": ">= 0.16",
"npm": ">=9.1"
},
"devDependencies": {
"browser-sync": "^2.26.7",
"gulp": "^4.0.2",
"gulp-sass": "^5.1.0",
"sass": "^1.57.1"
}
}