{
  "name": "spectre-canjs",
  "version": "6.0.0",
  "homepage": "https://github.com/roemhildtg/spectre-canjs",
  "description": "A js component library built on the Spectre.css framework enabled with CanJS",
  "repository": {
    "type": "git",
    "url": "https://github.com/roemhildtg/spectre-canjs.git"
  },
  "main": "index.js",
  "watch": {
    "docs": {
      "patterns": [
        "."
      ],
      "extensions": "js,mustache,css,less,md",
      "ignore": "docs/**"
    }
  },
  "scripts": {
    "start": "http-server -c-1",
    "pretest": "npm run lint",
    "test": "jest",
    "build": "steal-tools",
    "live": "steal-tools live-reload --main spectre-canjs/docs-main",
    "serve-docs": "documentation serve --config documentation.yml --watch",
    "docs": "documentation build --config documentation.yml -o docs -f html",
    "postdocs": "node docs-bundle",
    "prepublish-docs": "git checkout gh-pages && git merge master && npm run docs",
    "publish-docs": "git add docs -f && git commit -m docs && git push origin gh-pages -f && git checkout master",
    "export": "node build.js",
    "lint": "eslint . --fix",
    "preversion": "npm run test",
    "postpublish": "git push && git push --tags",
    "dist": "npm publish && git push origin master && git push --tags",
    "dist-beta": "npm publish --tag beta && git push origin master && git push --tags",
    "changelog": "changelog spectre-canjs all > CHANGELOG.md && git add . && git commit . -m changelog && git push origin master"
  },
  "author": "roemhildtg",
  "license": "MIT",
  "devDependencies": {
    "@babel/core": "^7.6.4",
    "@babel/plugin-proposal-class-properties": "^7.7.4",
    "@babel/plugin-proposal-object-rest-spread": "^7.6.2",
    "@babel/plugin-syntax-dynamic-import": "^7.2.0",
    "@babel/plugin-transform-template-literals": "^7.4.4",
    "@babel/preset-env": "^7.6.3",
    "babel-eslint": "^10.0.1",
    "can-connect": "^4.0.2",
    "can-debug": "^2.0.7",
    "can-fixture": "^3.1.7",
    "can-realtime-rest-model": "^2.0.0",
    "can-super-model": "^2.0.0",
    "can-view-autorender": "^6.0.0",
    "eslint": "^6.8.0",
    "jest": "^25.3.0",
    "json-pretty-html": "^1.1.6",
    "steal-css": "^1.3.2",
    "steal-less": "^1.3.4",
    "steal-stache": "^5.0.0",
    "steal-tools": "^2.2.6"
  },
  "dependencies": {
    "animate.css": "^3.7.2",
    "axios": "^0.19.2",
    "can-component": "^5.0.0",
    "can-define": "^2.8.0",
    "can-dom-data": "^1.0.3",
    "can-stache": "^5.1.1",
    "can-stache-converters": "^5.0.0",
    "can-util": "^3.14.0",
    "can-view-model": "^4.0.3",
    "dropzone": "^5.7.0",
    "flatpickr": "^4.6.3",
    "font-awesome": "^4.7.0",
    "spectre.css": "^0.5.8",
    "steal": "^2.2.4",
    "sweetalert2": "^9.10.12"
  },
  "steal": {
    "configDependencies": [
      "live-reload"
    ],
    "plugins": [
      "steal-css",
      "steal-less",
      "steal-stache"
    ]
  },
  "jest": {
    "collectCoverage": true
  }
}
