{
  "name": "global-modulize",
  "version": "0.0.1",
  "description": "Make it easy to import any file by using config file.",
  "main": "lib/index.js",
  "scripts": {
    "test": "cd test && babel ./src -d ./dist && babel ./src/.gm.js -o ./dist/.gm.js && cd dist && mocha *.js",
    "build": "babel ./src -d ./dist",
    "clean": "rm -rf ./test/dist"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dinfer/global-modulize.git"
  },
  "keywords": [
    "import",
    "module",
    "modulize"
  ],
  "author": "dinfer<dinfer@live.cn>(http://github.com/dinfer)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dinfer/global-modulize/issues"
  },
  "homepage": "https://github.com/dinfer/global-modulize#readme",
  "devDependencies": {
    "babel-preset-es2015": "^6.9.0",
    "chai": "^3.5.0",
    "eslint": "^2.12.0",
    "eslint-config-airbnb": "^9.0.1",
    "eslint-plugin-import": "^1.8.1",
    "eslint-plugin-jsx-a11y": "^1.4.2",
    "eslint-plugin-react": "^5.1.1"
  }
}
