-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
47 lines (47 loc) · 1.17 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": "cipher-theme-config",
"version": "6.0.1",
"description": "Cipher's default Grunt configuration for WordPress themes.",
"main": "index.js",
"license": "MIT",
"contributors": [
{
"name": "Brady Vercher",
"url": "https://www.cedaro.com/"
},
{
"name": "Robert Neu",
"url": "https://cipherdevelopment.com"
},
{
"name": "Chris Talkington",
"url": "https://talkingtontech.com/"
}
],
"repository": {
"type": "git",
"url": "https://github.com/cipherdevgroup/cipher-theme-config.git"
},
"dependencies": {
"autoprefixer": "9.x",
"grunt": "~1.x",
"grunt-contrib-clean": "2.x",
"grunt-contrib-compress": "1.x",
"grunt-contrib-concat": "1.x",
"grunt-contrib-copy": "1.x",
"grunt-contrib-cssmin": "3.x",
"grunt-contrib-imagemin": "3.x",
"grunt-contrib-uglify": "4.x",
"grunt-contrib-watch": "1.x",
"grunt-newer": "1.x",
"grunt-postcss": "0.x",
"grunt-replace": "1.x",
"grunt-rtlcss": "2.x",
"grunt-sass": "3.x",
"grunt-version": "1.x",
"grunt-wp-i18n": "1.x",
"node-sass": "4.x",
"postcss-pxtorem": "5.x",
"time-grunt": "1.x"
}
}