forked from reduxframework/redux-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.13 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
{
"name": "redux-framework",
"version": "3.1.5",
"description": "Redux is a simple, truly extensible options framework for WordPress themes and plugins.",
"main": "Gruntfile.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"dependencies": {
"grunt": "~0.4.2"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-uglify": "~0.2.7",
"grunt-phpdocumentor": "~0.1.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-qunit": "~0.3.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-gh-pages": "~0.9.0",
"grunt-phplint": "0.0.5",
"grunt-contrib-less": "~0.8.2",
"recess": "~1.1.9",
"grunt-po2mo": "~0.1.0",
"shelljs": "~0.2.6"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ReduxFramework/ReduxFramework.git"
},
"keywords": [
"wordpress"
],
"author": "Redux Framework Team",
"license": "GPLv3+",
"bugs": {
"url": "https://github.com/ReduxFramework/ReduxFramework/issues"
}
}