{
  "name": "jotted",
  "version": "1.5.2",
  "author": "Ionut Colceriu <contact@ghinda.net>",
  "description": "Environment for showcasing HTML, CSS and JavaScript, with editable source.",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ghinda/jotted/issues"
  },
  "homepage": "https://github.com/ghinda/jotted#readme",
  "main": "jotted.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ghinda/jotted.git"
  },
  "files": [
    "jotted*",
    "LICENSE",
    "README.md"
  ],
  "keywords": [
    "demo",
    "fiddle",
    "pen",
    "code",
    "editor"
  ],
  "scripts": {
    "watch": "grunt server",
    "test": "grunt test"
  },
  "dependencies": {},
  "devDependencies": {
    "babel-preset-es2015": "^6.1.18",
    "babel-preset-es2015-rollup": "^1.0.0",
    "connect-livereload": "^0.6.0",
    "grunt": "^1.0.1",
    "grunt-assemble": "^0.5.0",
    "grunt-build-control": "^0.7.1",
    "grunt-contrib-clean": "^1.0.0",
    "grunt-contrib-concat": "^1.0.1",
    "grunt-contrib-connect": "^1.0.2",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-stylus": "^1.0.0",
    "grunt-contrib-uglify": "^2.0.0",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-rollup": "^0.8.0",
    "grunt-saucelabs": "^9.0.0",
    "grunt-standard": "^2.0.0",
    "matchdep": "^1.0.0",
    "rollup-plugin-babel": "^2.3.9"
  },
  "standard": {
    "globals": [
      "describe",
      "beforeEach",
      "it",
      "expect"
    ]
  }
}
