-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.15 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
{
"name": "orbis-2",
"version": "2.0.0",
"repository": {
"type": "git",
"url": "https://github.com/wp-orbis/wt-orbis2.git"
},
"keywords": [
"pronamic",
"orbis",
"crm",
"intranet"
],
"author": {
"name": "Pronamic",
"email": "[email protected]",
"url": "http://www.pronamic.eu/"
},
"contributors": [
{
"name": "Remco Tolsma",
"email": "[email protected]",
"url": "http://www.remcotolsma.nl/"
}
],
"license": "GPL-3.0",
"homepage": "https://github.com/wp-orbis/wt-orbis2",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-aws-s3": "^0.14.3",
"grunt-checktextdomain": "^1.0.0",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-compress": "^0.14.0",
"grunt-contrib-compass": "^1.0.4",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^0.11.0",
"grunt-git": "^0.3.5",
"grunt-phpcs": "^0.4.0",
"grunt-phplint": "0.0.6",
"grunt-wp-i18n": "~0.5.3",
"load-grunt-tasks": "^3.4.0"
}
}