{
  "name": "gulp-stylus-aj",
  "version": "0.1.5",
  "main": "./src/stylus-plus.js",
  "scripts": {
    "start": "npm run babel & npm run watch",
    "test": "",
    "babel": "babel ./src --out-dir ./lib",
    "watch": "onchange ./src/**/*.js -- npm run babel",
    "clean": "rimraf dist"
  },
  "config": {
    "reporter": "xunit"
  },
  "babel": {
    "presets": [
      "es2015"
    ],
    "ignore": [
      "node_modules"
    ]
  },
  "dependencies": {
    "lodash": "^4.16.6",
    "stylus-aj": "^0.1.4",
    "utils-aj": "^0.1.6"
  },
  "devDependencies": {
    "gulp": "^3.9.1",
    "babel-cli": "^6.18.0",
    "babel-preset-es2015": "^6.18.0",
    "onchange": "^3.2.0",
    "rimraf": "^2.5.4"
  }
}
