{
  "name": "admin-parts",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build-dev": "./node_modules/gulp/bin/gulp.js",
    "build-prod": "./node_modules/gulp/bin/gulp.js js --production"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "gulp": "^3.9.1",
    "gulp-concat": "^2.6.0",
    "gulp-if": "^2.0.2",
    "gulp-uglify": "^2.0.0",
    "yargs": "^6.3.0"
  }
}
