package.json 1.1 KB
Newer Older
C
codecalm 已提交
1
{
C
codecalm 已提交
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
  "name": "tabler",
  "description": "Premium and Open Source dashboard template with responsive and high quality UI. For Free!",
  "version": "0.0.1",
  "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 19 20 21 22 23 24
    "gulp-watch": "gulp watch",
    "jekyll-watch": "jekyll build --watch",
    "jekyll-serve": "jekyll serve --livereload",

    "dist": "gulp build && jekyll build --destination dist",
    "watch": "npm-run-all --parallel gulp-watch jekyll-watch",
    "serve": "npm-run-all --parallel gulp-watch jekyll-serve"
C
codecalm 已提交
25 26 27
  },
  "repository": {
    "type": "git",
C
codecalm 已提交
28
    "url": "git+https://github.com/tabler/tabler.git"
C
codecalm 已提交
29 30
  },
  "author": "codecalm",
C
codecalm 已提交
31
  "license": "MIT",
C
codecalm 已提交
32
  "bugs": {
C
codecalm 已提交
33
    "url": "https://github.com/tabler/tabler/issues"
C
codecalm 已提交
34 35 36 37 38 39 40
  },
  "devDependencies": {
    "gulp": "^3.9.1",
    "gulp-autoprefixer": "^4.0.0",
    "gulp-rcs": "^1.1.0",
    "gulp-rename": "^1.2.2",
    "gulp-sass": "^3.1.0",
C
codecalm 已提交
41 42
    "gulp-selectors": "^0.1.10",
    "npm-run-all": "^4.1.2"
C
codecalm 已提交
43
  },
C
codecalm 已提交
44
  "dependencies": {}
C
codecalm 已提交
45
}