{
  "name": "vegas-js",
  "description": "VEGAS JS - The opensource framework",
  "version": "1.0.20",
  "license": "MPL-2.0 OR GPL-2.0+ OR LGPL-2.1+",
  "homepage": "https://bitbucket.org/ekameleon/vegas-js",
  "author": "Marc Alcaraz <ekameleon@gmail.com>",
  "main": "./src/vegas-molecule.js",
  "repository": {
    "type": "git",
    "url": "https://bitbucket.org/ekameleon/vegas-js.git"
  },
  "bugs": {
    "url": "https://bitbucket.org/ekameleon/vegas-js/issues",
    "email": "ekameleon@gmail.com"
  },
  "files": [
    "package.json",
    "LICENSE",
    "CHANGELOG.md",
    "README.md",
    "dist/vegas.js",
    "dist/vegas.js.map",
    "dist/vegas.min.js",
    "dist/vegas.molecule.js",
    "dist/vegas.molecule.js.map",
    "dist/vegas.molecule.min.js",
    "src"
  ],
  "directories": {
    "dist": "dist",
    "lib": "src",
    "example": "test"
  },
  "scripts": {
    "build": "yarn test && yarn inject-readme && yarn dev && yarn prod && yarn molecule-dev && yarn molecule-prod && yarn doc",
    "vegas": "yarn inject-readme && yarn dev && yarn prod",
    "dev": "rollup -c --environment MODE:dev,LIB:vegas",
    "prod": "rollup -c --environment MODE:prod,LIB:vegas",
    "watch": "yarn dev --watch",
    "molecule": "yarn inject-readme && yarn molecule-dev && yarn molecule-prod",
    "molecule-dev": "rollup -c --environment MODE:dev,LIB:molecule",
    "molecule-prod": "rollup -c --environment MODE:prod,LIB:molecule",
    "molecule-watch": "yarn molecule-dev --watch",
    "doc": "jsdoc -r -c ./docs/conf.json -t ./node_modules/ink-docstrap/template",
    "example": "browser-sync start --server . --startPath ",
    "test": "mocha ./test/tests.js",
    "test-core": "mocha ./test/core.js",
    "test-graphics": "mocha ./test/graphics.js",
    "test-molecule": "mocha ./test/molecule.js",
    "test-system": "mocha ./test/system.js",
    "inject-readme": "mustache package.json build/README.md > README.md"
  },
  "private": false,
  "devDependencies": {
    "@babel/core": "^7.1.2",
    "@babel/plugin-external-helpers": "^7.0.0",
    "@babel/plugin-syntax-export-default-from": "^7.0.0",
    "@babel/preset-env": "^7.1.0",
    "babel-core": "^6.26.3",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-plugin-module-resolver": "^3.0.0",
    "babel-preset-env": "^1.6.1",
    "banner-cli": "^0.11.1",
    "chai": "^4.1.2",
    "ink-docstrap": "^1.3.2",
    "jsdoc": "^3.5.5",
    "mocha": "^4.1.0",
    "mochawesome": "^3.0.1",
    "mustache": "^2.3.0",
    "rollup": "^0.54.0",
    "rollup-plugin-alias": "^1.4.0",
    "rollup-plugin-babel": "^4.0.3",
    "rollup-plugin-cleanup": "^2.0.0",
    "rollup-plugin-license": "^0.5.0",
    "rollup-plugin-replace": "^2.0.0",
    "rollup-plugin-uglify": "^2.0.1"
  },
  "keywords": [
    "javascript",
    "js",
    "es6",
    "framework",
    "opensource",
    "libraries",
    "core",
    "system",
    "graphics",
    "molecule",
    "ioc",
    "process",
    "signals",
    "task",
    "logger"
  ],
  "dependencies": {
    "colors": "^1.1.2"
  }
}
