{
  "name": "aexpr-source-transformation-propagation",
  "version": "2.0.0",
  "description": "Internal notification logic for the 3rd implementation of active expressions.",
  "main": "dist/aexpr-source-transformation-propagation.js",
  "jsnext:main": "src/aexpr-source-transformation-propagation.js",
  "directories": {
    "test": "tests"
  },
  "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/active-expressions.git"
  },
  "keywords": [
    "Active",
    "Expression",
    "Expressions",
    "reactive",
    "monitor",
    "observe",
    "event",
    "state"
  ],
  "author": {
    "name": "Stefan Ramson",
    "email": "stefan.ramson@gmail.com",
    "url": "http://onsetsu.github.io/"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/onsetsu/active-expressions/issues"
  },
  "homepage": "https://github.com/onsetsu/active-expressions#readme",
  "devDependencies": {
    "babel-core": "^6.7.7",
    "babel-loader": "^6.2.4",
    "babel-plugin-array-includes": "^2.0.3",
    "babel-plugin-transform-class-properties": "^6.6.0",
    "babel-plugin-transform-runtime": "^6.9.0",
    "babel-polyfill": "^6.8.0",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-stage-0": "^6.5.0",
    "babel-runtime": "^6.9.0",
    "browserify": "^13.0.1",
    "chai": "^3.5.0",
    "es6-module-loader": "^0.17.11",
    "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-babel-preprocessor": "^6.0.1",
    "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-commonjs": "^1.0.0",
    "karma-coverage": "^1.0.0",
    "karma-firefox-launcher": "^0.1.7",
    "karma-ie-launcher": "^0.2.0",
    "karma-mocha": "^0.2.2",
    "karma-mocha-reporter": "^2.0.4",
    "karma-opera-launcher": "^0.3.0",
    "karma-phantomjs-launcher": "^1.0.0",
    "karma-requirejs": "^1.0.0",
    "karma-safari-launcher": "^0.1.1",
    "karma-sinon": "^1.0.5",
    "karma-sinon-chai": "^1.2.3",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-systemjs": "^0.14.0",
    "karma-webpack": "^1.7.0",
    "mocha": "^2.5.3",
    "node-static": "^0.7.7",
    "phantomjs-prebuilt": "^2.1.7",
    "require": "^2.4.20",
    "requirejs": "^2.2.0",
    "sinon": "^2.1.0",
    "sinon-chai": "^2.8.0",
    "systemjs": "^0.19.31",
    "systemjs-plugin-babel": "0.0.12",
    "watchify": "^3.7.0",
    "webpack": "^1.13.0",
    "webpack-config": "^5.2.1"
  },
  "dependencies": {
    "active-expressions": "^2.1.0",
    "stack-es2015-modules": "^1.1.0"
  }
}
