forked from reduxframework/redux-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.41 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
48
49
50
{
"name": "redux-framework",
"version": "3.5.8",
"title": "ReduxFramework",
"description": "Redux is a simple, truly extensible options framework for WordPress themes and plugins.",
"main": "Gruntfile.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"repository": {
"type": "git",
"url": "https://github.com/ReduxFramework/ReduxFramework.git"
},
"bugs": {
"url": "https://github.com/ReduxFramework/ReduxFramework/issues"
},
"author": "Redux Framework Team",
"license": "GPLv3+",
"homepage": "http://reduxframework.com",
"devDependencies": {
"compass-options": "^0.1.1",
"grunt": "^0.4.5",
"grunt-checktextdomain": "^0.1.1",
"grunt-contrib-compass": "^1.0.1",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.11.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-less": "^0.11.4",
"grunt-contrib-qunit": "^0.5.2",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-gh-pages": "^0.9.1",
"grunt-phpdocumentor": "^0.4.1",
"grunt-phplint": "^0.0.5",
"grunt-potomo": "^3.0.0",
"grunt-recess": "^1.0.0",
"grunt-scss-lint": "^0.3.4",
"grunt-shell": "^1.1.1",
"grunt-wp-i18n": "^0.4.8",
"recess": "^1.1.9",
"shelljs": "^0.3.0"
},
"engines": {
"node": ">=0.10.0",
"npm": ">=1.4.0"
}
}