{
  "name": "aem-slang",
  "version": "1.0.1",
  "description": "Curl files to JCR/Sling",
  "main": "./distribution/index.js",
  "scripts": {
    "build": "./node_modules/.bin/babel source --out-dir distribution",
    "prepublish": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mnlsn/slang.git"
  },
  "keywords": [
    "AEM",
    "Sling",
    "Adobe",
    "CQ"
  ],
  "author": "Mike Nelson",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mnlsn/slang/issues"
  },
  "homepage": "https://github.com/mnlsn/slang",
  "dependencies": {
    "chalk": "^1.1.3",
    "request": "^2.72.0"
  },
  "devDependencies": {
    "babel-cli": "^6.9.0",
    "babel-core": "^6.9.1",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-stage-0": "^6.5.0"
  }
}
