-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.06 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "seravo-wordpress",
"version": "1.3.0",
"author": "Seravo Oy",
"homepage": "https://github.com/seravo/wordpress/",
"contributors" : [
{
"name": "Antti Kuosmanen",
"email": "[email protected]",
"url": "https://github.com/anttiviljami"
},
{
"name": "Otto Kekäläinen",
"email": "[email protected]",
"url": "https://github.com/ottok"
},
{
"name" : "Onni Hakala",
"email" : "[email protected]",
"url": "https://github.com/onnimonni"
}
],
"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.12.0",
"npm": ">=2.1.5"
},
"devDependencies": {
"browser-sync": "^2.7.1",
"gulp": "^3.8.11",
"gulp-sass": "^2.0.0"
}
}