forked from ciricihq/cake-adminlte
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 769 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 769 Bytes
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
{
"name": "AdminLTE",
"version": "1.0.0",
"description": "AdminLTE theme for CakePHP3",
"main": "README.md",
"dependencies": {},
"devDependencies": {
"bower": "~1.7.0",
"del": "^2.1.0",
"gulp": "^3.9.0",
"gulp-bower": "~0.0.13",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.0",
"gulp-less-sourcemap": "^1.4.2"
},
"scripts": {
"test": "./vendor/bin/phpunit"
},
"repository": {
"type": "git",
"url": "git@github.com:ciricihq/AdminLTE.git"
},
"keywords": [
"cakephp",
"theme",
"AdminLTE"
],
"author": "Cirici New Media <info@cirici.com>",
"license": "GPLv2",
"bugs": {
"url": "https://github.com/ciricihq/AdminLTE/issues"
},
"homepage": "https://github.com/ciricihq/AdminLTE"
}