{
  "name": "g-crypt",
  "version": "1.1.0",
  "description": "JS crypt and decrypt with crypto-js",
  "dependencies": {
    "crypto-js": "^3.1.6"
  },
  "devDependencies": {
    "grunt": "^1.0.1",
    "grunt-contrib-clean": "^1.0.0",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-contrib-uglify": "^1.0.1",
    "grunt-karma": "^1.0.0",
    "jasmine": "^2.4.1",
    "karma": "^0.13.22",
    "karma-jasmine": "^1.0.2",
    "karma-phantomjs-launcher": "^1.0.0",
    "load-grunt-tasks": "^3.5.0",
    "phantomjs-prebuilt": "^2.1.7",
    "socket.io": "^1.4.5",
    "time-grunt": "^1.3.0"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "crypt",
    "crypto-js"
  ],
  "main": "dist/crypt",
  "author": "Gonzalo Ayuso",
  "license": "MIT",
  "directories": {
    "example": "example",
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gonzalo123/crypt.git"
  },
  "bugs": {
    "url": "https://github.com/gonzalo123/crypt/issues"
  },
  "homepage": "https://github.com/gonzalo123/crypt#readme"
}
