{
  "name": "terminal-js",
  "version": "1.0.2",
  "description": "Simple front-end terminal printing simulator of nostalgic style with animation.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev": "node --harmony node_modules/.bin/gulp",
    "build": "node node_modules/.bin/webpack --verbose --colors --config ./webpack/prod.config.js -p"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/micooz/terminal.js.git"
  },
  "keywords": [
    "front-end",
    "simulator",
    "terminal",
    "animation"
  ],
  "author": "Micooz",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/micooz/terminal.js/issues"
  },
  "homepage": "https://github.com/micooz/terminal.js#readme",
  "devDependencies": {
    "autoprefixer": "^6.3.3",
    "babel": "^6.5.2",
    "babel-core": "^6.6.5",
    "babel-loader": "^6.2.4",
    "babel-preset-es2015": "^6.6.0",
    "css-loader": "^0.23.1",
    "del": "^2.2.0",
    "es6-module-loader": "^0.17.11",
    "gulp": "^3.9.1",
    "postcss-loader": "^0.8.1",
    "precss": "^1.4.0",
    "style-loader": "^0.13.0",
    "webpack": "^1.12.14",
    "webpack-stream": "^3.1.0"
  },
  "dependencies": {
    "lodash": "^4.6.1"
  }
}
