{
  "_from": "parsleyjs@2.8.1",
  "_id": "parsleyjs@2.8.1",
  "_inBundle": false,
  "_integrity": "sha1-oEq/kcIUZHXm1NVAS0WUCtb7uKQ=",
  "_location": "/parsleyjs",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "parsleyjs@2.8.1",
    "name": "parsleyjs",
    "escapedName": "parsleyjs",
    "rawSpec": "2.8.1",
    "saveSpec": null,
    "fetchSpec": "2.8.1"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/parsleyjs/-/parsleyjs-2.8.1.tgz",
  "_shasum": "a04abf91c2146475e6d4d5404b45940ad6fbb8a4",
  "_spec": "parsleyjs@2.8.1",
  "_where": "/Users/ngunguoksiong/color-admin/admin/template/template_laravel",
  "author": {
    "name": "Guillaume Potier",
    "email": "guillaume@wisembly.com",
    "url": "http://guillaumepotier.com/"
  },
  "babelBoilerplateOptions": {
    "entryFileName": "parsley",
    "mainVarName": "parsley",
    "mochaGlobals": [
      "$",
      "stub",
      "spy",
      "expect",
      "expectWarning"
    ]
  },
  "bugs": {
    "url": "https://github.com/guillaumepotier/Parsley.js/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "jquery": ">=1.8.0"
  },
  "deprecated": false,
  "description": "Validate your forms, frontend, without writing a single line of javascript!",
  "devDependencies": {
    "babel-core": "^5.2.17",
    "babel-eslint": "^4.0.5",
    "babel-plugin-object-assign": "^1.2.1",
    "babelify": "^6.0.0",
    "browserify": "^11.0.1",
    "del": "^1.1.1",
    "docco": "~0.6.3",
    "esperanto": "^0.7.4",
    "expect.js": "*",
    "glob": "^5.0.14",
    "gulp": "^3.9.0",
    "gulp-babel": "^5.0.0",
    "gulp-eslint": "^1.0.0",
    "gulp-file": "^0.2.0",
    "gulp-filter": "^3.0.0",
    "gulp-git": "^1.7.0",
    "gulp-header": "*",
    "gulp-istanbul": "^0.10.0",
    "gulp-jscs": "^2.0.0",
    "gulp-livereload": "^3.4.0",
    "gulp-load-plugins": "^0.10.0",
    "gulp-mocha": "^2.0.0",
    "gulp-notify": "^2.1.0",
    "gulp-plumber": "^1.0.1",
    "gulp-rename": "^1.2.0",
    "gulp-replace": "*",
    "gulp-sourcemaps": "^1.3.0",
    "gulp-uglify": "^1.2.0",
    "inputevent": "*",
    "isparta": "~3.0.3",
    "jsdom": "^9.2",
    "mocha": "^2.1.0",
    "moment": "*",
    "run-sequence": "^1.0.2",
    "sinon": "^1.12.2",
    "vinyl-buffer": "^1.0.0",
    "vinyl-source-stream": "^1.0.0",
    "watchify": "^3.3.1"
  },
  "homepage": "https://github.com/guillaumepotier/Parsley.js",
  "jspm": {
    "main": "dist/parsley.js",
    "dependencies": {
      "jquery": "npm:jquery"
    }
  },
  "keywords": [
    "parsley",
    "form",
    "validation",
    "html5",
    "polyfill",
    "es6"
  ],
  "license": "MIT",
  "main": "dist/parsley.js",
  "name": "parsleyjs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/guillaumepotier/Parsley.js.git"
  },
  "scripts": {
    "build": "gulp build",
    "coverage": "gulp coverage",
    "test": "gulp",
    "test-browser": "gulp test-browser"
  },
  "version": "2.8.1"
}
