2015-02-01 21:25:09 +00:00
|
|
|
{
|
2015-04-15 23:07:24 +00:00
|
|
|
"name": "admin-lte",
|
2015-11-11 19:29:54 +00:00
|
|
|
"description": "Responsive open source admin dashboard and control panel.",
|
|
|
|
"version": "3.0.0-alpha",
|
|
|
|
"license": "MIT",
|
|
|
|
"author": "Abdullah Almsaeed <abdullah@almsaeedstudio.com>",
|
|
|
|
"keywords": [
|
|
|
|
"css",
|
|
|
|
"sass",
|
|
|
|
"responsive",
|
|
|
|
"admin",
|
|
|
|
"template",
|
|
|
|
"theme",
|
|
|
|
"framework",
|
|
|
|
"control-panel",
|
|
|
|
"dashboard"
|
|
|
|
],
|
|
|
|
"homepage": "https://almsaeedstudio.com",
|
|
|
|
"style": "dist/css/AdminLTE.css",
|
|
|
|
"sass": "build/scss/AdminLTE.scss",
|
2015-04-15 23:07:24 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/almasaeed2010/AdminLTE.git"
|
|
|
|
},
|
2015-11-11 19:29:54 +00:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/almasaeed2010/AdminLTE/issues"
|
|
|
|
},
|
2015-03-02 23:41:47 +00:00
|
|
|
"devDependencies": {
|
2015-11-11 19:29:54 +00:00
|
|
|
"babel-eslint": "^4.1.4",
|
|
|
|
"babel-preset-es2015": "^6.1.4",
|
2015-02-01 21:25:09 +00:00
|
|
|
"grunt": "~0.4.5",
|
2015-11-04 18:51:10 +00:00
|
|
|
"grunt-babel": "^6.0.0",
|
2015-08-22 17:22:37 +00:00
|
|
|
"grunt-bootlint": "^0.9.1",
|
2015-07-25 19:05:25 +00:00
|
|
|
"grunt-contrib-clean": "^0.6.0",
|
2015-11-11 19:29:54 +00:00
|
|
|
"grunt-contrib-concat": "^0.5.1",
|
2015-07-25 19:51:57 +00:00
|
|
|
"grunt-contrib-csslint": "^0.5.0",
|
2015-04-15 23:07:24 +00:00
|
|
|
"grunt-contrib-cssmin": "^0.12.2",
|
2015-07-25 19:05:25 +00:00
|
|
|
"grunt-contrib-jshint": "^0.11.2",
|
2015-03-02 23:41:47 +00:00
|
|
|
"grunt-contrib-less": "^0.12.0",
|
|
|
|
"grunt-contrib-uglify": "^0.7.0",
|
2015-02-02 16:52:30 +00:00
|
|
|
"grunt-contrib-watch": "~0.6.1",
|
2015-04-15 23:07:24 +00:00
|
|
|
"grunt-cssjanus": "^0.2.4",
|
2015-11-11 19:29:54 +00:00
|
|
|
"grunt-eslint": "^17.3.1",
|
2015-07-25 19:05:25 +00:00
|
|
|
"grunt-image": "^1.0.5",
|
2015-11-05 15:47:24 +00:00
|
|
|
"grunt-includes": "^0.4.5",
|
2015-11-11 19:29:54 +00:00
|
|
|
"grunt-jscs": "^2.3.0",
|
2016-06-29 00:05:57 +00:00
|
|
|
"grunt-scss-lint": "^0.3.8",
|
2016-06-23 13:23:48 +00:00
|
|
|
"load-grunt-config": "^0.19.2"
|
2015-02-01 21:25:09 +00:00
|
|
|
}
|
2015-07-12 13:46:20 +00:00
|
|
|
}
|