forked from FameThemes/screenr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 850 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
{
"name": "screenr",
"version": "1.2.1",
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"autoprefixer": "^7.2.6",
"grunt": "^1.0.3",
"grunt-bumpup": "^0.6.3",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-jshint": "^2.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "^1.1.0",
"grunt-postcss": "^0.9.0",
"grunt-rtlcss": "^2.0.1",
"grunt-text-replace": "^0.4.0",
"grunt-wp-i18n": "^1.0.2"
},
"dependencies": {
"copy": "^0.3.1",
"rtlcss": "^2.2.1"
}
}