AdminLTE/package.json

18 lines
431 B
JSON
Raw Normal View History

2015-02-01 21:25:09 +00:00
{
2015-04-15 23:07:24 +00:00
"name": "admin-lte",
2015-05-07 00:16:11 +00:00
"version": "2.1.0",
2015-04-15 23:07:24 +00:00
"repository": {
"type": "git",
"url": "git://github.com/almasaeed2010/AdminLTE.git"
},
2015-03-02 23:41:47 +00:00
"devDependencies": {
2015-04-15 23:07:24 +00:00
"R2": "^1.4.3",
2015-02-01 21:25:09 +00:00
"grunt": "~0.4.5",
2015-04-15 23:07:24 +00:00
"grunt-contrib-cssmin": "^0.12.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-03-02 23:41:47 +00:00
"grunt-includes": "^0.4.5"
2015-02-01 21:25:09 +00:00
}
2015-04-15 23:28:17 +00:00
}