mirror of https://github.com/ColorlibHQ/AdminLTE
Published
parent
35e0d2e73d
commit
777a93ddc4
11
package.json
11
package.json
|
@ -1,11 +1,18 @@
|
||||||
{
|
{
|
||||||
"name": "AdminLTE",
|
"name": "admin-lte",
|
||||||
"version": "2.1.0a",
|
"version": "2.1.0-alpha-1",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git://github.com/almasaeed2010/AdminLTE.git"
|
||||||
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"R2": "^1.4.3",
|
||||||
"grunt": "~0.4.5",
|
"grunt": "~0.4.5",
|
||||||
|
"grunt-contrib-cssmin": "^0.12.2",
|
||||||
"grunt-contrib-less": "^0.12.0",
|
"grunt-contrib-less": "^0.12.0",
|
||||||
"grunt-contrib-uglify": "^0.7.0",
|
"grunt-contrib-uglify": "^0.7.0",
|
||||||
"grunt-contrib-watch": "~0.6.1",
|
"grunt-contrib-watch": "~0.6.1",
|
||||||
|
"grunt-cssjanus": "^0.2.4",
|
||||||
"grunt-includes": "^0.4.5"
|
"grunt-includes": "^0.4.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue