-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 954 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
36
37
{
"name": "cipher-plugin-config",
"version": "3.0.0",
"description": "Cipher's default Grunt configuration for WordPress plugins.",
"main": "index.js",
"license": "MIT",
"contributors": [
{
"name": "Robert Neu",
"url": "https://cipherdevelopment.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/cipherdevgroup/cipher-plugin-config.git"
},
"dependencies": {
"autoprefixer": "9.x",
"grunt": "~1.x",
"grunt-contrib-clean": "1.x",
"grunt-contrib-concat": "1.x",
"grunt-contrib-copy": "1.x",
"grunt-contrib-cssmin": "2.x",
"grunt-contrib-imagemin": "2.x",
"grunt-contrib-uglify": "3.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",
"time-grunt": "1.x",
"sass": "1.x"
}
}