package.json 702 字节
Newer Older
C
codecalm 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
{
  "name": "dashboard",
  "version": "1.0.0",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/codecalm/bootstrap-dashboard.git"
  },
  "author": "codecalm",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/codecalm/bootstrap-dashboard/issues"
  },
  "homepage": "https://github.com/codecalm/bootstrap-dashboard#readme",
  "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",
    "gulp-selectors": "^0.1.10"
  },
  "dependencies": {},
  "description": ""
}