-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.12 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
{
"name": "OpalRobot",
"description": "OpalRobot WordPress Theme",
"version": "0.1.394",
"homepage": "https://github.com/emrikol/OpalRobot",
"keywords": [
"WordPress",
"Theme"
],
"repository": {
"type": "git",
"url": "https://github.com/emrikol/OpalRobot"
},
"author": {
"name": "Derrick Tennant",
"email": "[email protected]",
"url": "https://emrikol.com"
},
"devDependencies": {
"autoprefixer": "^6.6.1",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-exec": "^1.0.1",
"grunt-less-to-sass": "0.0.10",
"grunt-text-replace": "^0.4.0",
"grunt-version": "^1.1.1",
"load-grunt-tasks": "^3.5.2",
"postcss-cli": "^2.6.0",
"postcss-flexbugs-fixes": "^2.1.0",
"grunt-shell": "^2.1.0",
"grunt-sftp-deploy": "^0.2.5",
"grunt-beep": "^1.0.1"
},
"scripts": {
"postcss": "postcss --config grunt/postcss.js --replace *.css"
},
"license": "GPL-3.0"
}