package.json 1.5 KB
Newer Older
C
codecalm 已提交
1
{
C
chomik 已提交
2
  "name": "tabler-ui",
C
codecalm 已提交
3
  "description": "Premium and Open Source dashboard template with responsive and high quality UI. For Free!",
C
0.0.13  
chomik 已提交
4
  "version": "0.0.13",
C
codecalm 已提交
5 6 7 8 9 10 11 12 13 14 15 16
  "keywords": [
    "css",
    "sass",
    "mobile-first",
    "responsive",
    "front-end",
    "framework",
    "admin",
    "dashboard",
    "admin panel"
  ],
  "homepage": "https://tabler.github.io",
C
codecalm 已提交
17
  "scripts": {
C
codecalm 已提交
18
    "gulp-watch": "gulp watch",
C
chomik 已提交
19
    "gulp-build": "gulp build",
C
codecalm 已提交
20 21
    "jekyll-watch": "jekyll build --watch",
    "jekyll-serve": "jekyll serve --livereload",
C
chomik 已提交
22
    "gh-pages": "./gh-pages.sh",
C
chomik 已提交
23
    "dist": "gulp build && JEKYLL_ENV=production jekyll build --destination dist",
C
chomik 已提交
24
    "publish-dist": "./gh-pages.sh",
C
chomik 已提交
25 26
    "watch": "gulp build && npm-run-all --parallel gulp-watch jekyll-watch",
    "serve": "gulp build && npm-run-all --parallel gulp-watch jekyll-serve"
C
codecalm 已提交
27 28 29
  },
  "repository": {
    "type": "git",
C
codecalm 已提交
30
    "url": "git+https://github.com/tabler/tabler.git"
C
codecalm 已提交
31 32
  },
  "author": "codecalm",
C
codecalm 已提交
33
  "license": "MIT",
C
codecalm 已提交
34
  "bugs": {
C
codecalm 已提交
35
    "url": "https://github.com/tabler/tabler/issues"
C
codecalm 已提交
36 37 38
  },
  "devDependencies": {
    "gulp": "^3.9.1",
C
codecalm 已提交
39
    "gulp-autoprefixer": "^5.0.0",
C
codecalm 已提交
40 41
    "gulp-rename": "^1.2.2",
    "gulp-sass": "^3.1.0",
C
codecalm 已提交
42
    "npm-run-all": "^4.1.2"
C
codecalm 已提交
43
  },
C
codecalm 已提交
44
  "dependencies": {},
C
chomik 已提交
45 46 47
  "files": [
    "dist/"
  ],
C
codecalm 已提交
48 49 50 51 52 53 54 55 56 57 58 59
  "browserslist": [
    "last 1 major version",
    ">= 1%",
    "Chrome >= 45",
    "Firefox >= 38",
    "Edge >= 12",
    "Explorer >= 10",
    "iOS >= 9",
    "Safari >= 9",
    "Android >= 4.4",
    "Opera >= 30"
  ]
C
codecalm 已提交
60
}