{
  "name": "requirejs-config-sugar",
  "version": "0.5.0",
  "description": "简化 requirejs 的配置",
  "main": "index.js",
  "scripts": {
    "start": "cross-env LOG_ENV=debug nodemon test/index.js",
    "watch": "node test/index.js -w all",
    "build": "cross-env LOG_ENV=debug node test/index.js -c all",
    "stress": "node test/stress.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/uojo/requirejs-config-sugar"
  },
  "keywords": [
    "requirejs",
    "rjs",
    "uojo"
  ],
  "author": "uojonet@163.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/uojo/requirejs-config-sugar/issues"
  },
  "homepage": "https://github.com/uojo/requirejs-config-sugar",
  "devDependencies": {
    "commander": "2.9.0",
    "cross-env": "5.0.5",
    "nodemon": "1.11.0"
  },
  "peerDependencies": {},
  "dependencies": {
    "requirejs": "2.3.2",
    "uojo-kit": "0.3.0"
  }
}
