package.json 723 字节
Newer Older
A
almasaeed2010 已提交
1
{
A
Abdullah Almsaeed 已提交
2
  "name": "admin-lte",
A
Abdullah Almsaeed 已提交
3
  "version": "2.3.2",
A
Abdullah Almsaeed 已提交
4 5 6 7
  "repository": {
    "type": "git",
    "url": "git://github.com/almasaeed2010/AdminLTE.git"
  },
S
Sahil Muthoo 已提交
8
  "license": "MIT",
A
Abdullah Almsaeed 已提交
9
  "devDependencies": {
A
Abdullah Almsaeed 已提交
10
    "R2": "^1.4.3",
A
Abdullah Almsaeed 已提交
11
    "babel-preset-es2015": "^6.0.15",
A
almasaeed2010 已提交
12
    "grunt": "~0.4.5",
A
Abdullah Almsaeed 已提交
13
    "grunt-babel": "^6.0.0",
F
freezy 已提交
14
    "grunt-bootlint": "^0.9.1",
A
Abdullah Almsaeed 已提交
15
    "grunt-contrib-clean": "^0.6.0",
A
Abdullah Almsaeed 已提交
16
    "grunt-contrib-csslint": "^0.5.0",
A
Abdullah Almsaeed 已提交
17
    "grunt-contrib-cssmin": "^0.12.2",
A
Abdullah Almsaeed 已提交
18
    "grunt-contrib-jshint": "^0.11.2",
A
Abdullah Almsaeed 已提交
19 20
    "grunt-contrib-less": "^0.12.0",
    "grunt-contrib-uglify": "^0.7.0",
A
almasaeed2010 已提交
21
    "grunt-contrib-watch": "~0.6.1",
A
Abdullah Almsaeed 已提交
22
    "grunt-cssjanus": "^0.2.4",
A
Abdullah Almsaeed 已提交
23
    "grunt-image": "^1.0.5",
24 25
    "grunt-includes": "^0.4.5",
    "grunt-sass": "^1.1.0"
A
almasaeed2010 已提交
26
  }
D
Dennis Neufeld 已提交
27
}