-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 895 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
{
"name": "olympus-zeus",
"version": "0.0.1",
"description": "Olympus Zeus framework core system used to make all your WordPress plugins and themes developments easier and efficient.",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/GetOlympus/Zeus-Core"
},
"keywords": [
"olympus",
"zeus",
"wordpress",
"framework",
"php"
],
"author": "Achraf Chouk <[email protected]>",
"license": "MIT",
"devDependencies": {
"grunt": "^1.3.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify": "^5.0.0",
"grunt-potomo": "^3.5.0",
"load-grunt-config": "^3.0.1"
},
"dependencies": {
"time-grunt": "^2.0.0"
}
}