AdminLTE/package.json

28 lines
723 B
JSON
Raw Normal View History

2015-02-01 22:25:09 +01:00
{
2015-04-16 01:07:24 +02:00
"name": "admin-lte",
2015-10-23 16:50:49 +02:00
"version": "2.3.2",
2015-04-16 01:07:24 +02:00
"repository": {
"type": "git",
"url": "git://github.com/almasaeed2010/AdminLTE.git"
},
2015-07-30 13:53:37 +02:00
"license": "MIT",
2015-03-03 00:41:47 +01:00
"devDependencies": {
2015-04-16 01:07:24 +02:00
"R2": "^1.4.3",
2015-11-04 19:51:10 +01:00
"babel-preset-es2015": "^6.0.15",
2015-02-01 22:25:09 +01:00
"grunt": "~0.4.5",
2015-11-04 19:51:10 +01:00
"grunt-babel": "^6.0.0",
2015-08-22 19:22:37 +02:00
"grunt-bootlint": "^0.9.1",
2015-07-25 21:05:25 +02:00
"grunt-contrib-clean": "^0.6.0",
2015-07-25 21:51:57 +02:00
"grunt-contrib-csslint": "^0.5.0",
2015-04-16 01:07:24 +02:00
"grunt-contrib-cssmin": "^0.12.2",
2015-07-25 21:05:25 +02:00
"grunt-contrib-jshint": "^0.11.2",
2015-03-03 00:41:47 +01:00
"grunt-contrib-less": "^0.12.0",
"grunt-contrib-uglify": "^0.7.0",
2015-02-02 17:52:30 +01:00
"grunt-contrib-watch": "~0.6.1",
2015-04-16 01:07:24 +02:00
"grunt-cssjanus": "^0.2.4",
2015-07-25 21:05:25 +02:00
"grunt-image": "^1.0.5",
"grunt-includes": "^0.4.5",
"grunt-sass": "^1.1.0"
2015-02-01 22:25:09 +01:00
}
2015-07-12 15:46:20 +02:00
}