{
  "name": "neuron-project-config",
  "version": "1.6.1",
  "description": "Get the configurations of neuron project from an entry directory.",
  "main": "index.js",
  "scripts": {
    "test": "mocha --reporter spec ./test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/neuron-js/neuron-project-config.git"
  },
  "keywords": [
    "neuron.config.js",
    "configurations",
    "neuron",
    "project"
  ],
  "engines": {
    "node": ">=0.10.0"
  },
  "author": "neuron-js",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/neuron-js/neuron-project-config/issues"
  },
  "devDependencies": {
    "mocha": "*",
    "chai": "*"
  },
  "dependencies": {
    "make-array": "^1.0.1",
    "minimatch": "^3.0.0"
  }
}
