{
  "name": "stack-es2015-modules",
  "version": "1.1.0",
  "description": "The stack data type as es2015 module",
  "main": "dist/stack-es2015-modules.js",
  "jsnext:main": "src/stack.js",
  "scripts": {
    "build": "webpack",
    "watch": "webpack -d --watch",
    "test": "karma start karma.conf.js --single-run",
    "test:watch": "karma start karma.conf.js",
    "coverage": "karma start karma.conf.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/onsetsu/stack-es2015-module.git"
  },
  "keywords": [
    "stack",
    "data",
    "type"
  ],
  "author": {
    "name": "Stefan Ramson",
    "email": "stefan.ramson@gmail.com",
    "url": "http://onsetsu.github.io/"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/onsetsu/stack-es2015-module/issues"
  },
  "homepage": "https://github.com/onsetsu/stack-es2015-module#readme",
  "dependencies": {},
  "devDependencies": {
    "babel-core": "^6.7.7",
    "babel-loader": "^6.2.4",
    "babel-plugin-transform-class-properties": "^6.6.0",
    "babel-plugin-transform-runtime": "^6.9.0",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-stage-0": "^6.5.0",
    "babel-runtime": "^6.9.0",
    "browserify": "^13.0.0",
    "chai": "^3.5.0",
    "exports-loader": "^0.6.3",
    "imports-loader": "^0.6.5",
    "istanbul-instrumenter-loader": "^0.2.0",
    "json-loader": "^0.5.4",
    "karma": "^0.13.22",
    "karma-browserify": "^5.0.4",
    "karma-chai": "^0.1.0",
    "karma-chai-plugins": "^0.7.0",
    "karma-chrome-launcher": "^0.2.3",
    "karma-cli": "^0.1.2",
    "karma-coverage": "^1.0.0",
    "karma-mocha": "^0.2.2",
    "karma-mocha-reporter": "^2.0.3",
    "karma-sinon": "^1.0.5",
    "karma-sinon-chai": "^1.2.3",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^1.7.0",
    "mocha": "^2.5.3",
    "node-static": "^0.7.7",
    "require": "^2.4.20",
    "watchify": "^3.7.0",
    "webpack": "^1.13.0",
    "webpack-config": "^5.2.1"
  }
}
