forked from gambitph/Titan-Framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 1.84 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "Titan-Framework",
"version": "1.9.2",
"description": "Titan Framework allows theme and plugin developers to create a admin pages, options, meta boxes, and theme customizer options with just a few simple lines of code.",
"main": "titan-framework.php",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gambitph/Titan-Framework.git"
},
"keywords": [
"framework",
"options",
"admin",
"admin",
"panel",
"meta",
"box",
"theme",
"customizer",
"option",
"framework",
"library",
"sdk",
"edd",
"settings",
"api",
"theme",
"creator",
"theme",
"framework"
],
"author": "Benjamin Intal, Gambit",
"license": "GPLv2",
"bugs": {
"url": "https://github.com/gambitph/Titan-Framework/issues"
},
"homepage": "https://github.com/gambitph/Titan-Framework",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-bower": "0.0.10",
"gulp-concat": "^2.6.0",
"gulp-debug": "^2.1.0",
"gulp-group-css-media-queries": "^1.2.2",
"gulp-if": "^1.2.5",
"gulp-ignore": "^1.2.1",
"gulp-imagemin": "^2.3.0",
"gulp-include": "^2.0.2",
"gulp-jshint": "^1.11.2",
"gulp-minify-css": "^1.2.1",
"gulp-notify": "^2.2.0",
"gulp-prompt": "^0.1.2",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-rsync": "0.0.7",
"gulp-ruby-sass": "^1.4.0",
"gulp-run": "^1.6.10",
"gulp-scp2": "^0.2.0",
"gulp-shell": "^0.4.3",
"gulp-sort": "^1.1.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.4.0",
"gulp-watch": "^4.3.5",
"gulp-wp-pot": "^1.0.3",
"gulp-zip": "^3.0.2",
"jshint-stylish": "^2.0.1",
"merge-stream": "^1.0.0"
}
}