{
  "name": "html5sortable",
  "main": "dist/html.sortable.js",
  "version": "0.4.6",
  "license": "MIT",
  "description": "VanillaJS sortable lists and grids using native HTML5 drag and drop API.",
  "author": {
    "name": "Lukas Oppermann",
    "email": "lukas@vea.re",
    "url": "http://vea.re"
  },
  "keywords": [
    "sortable",
    "html5",
    "drag and drop"
  ],
  "repository": {
    "type": "git",
    "url": "http://github.com/lukasoppermann/html5sortable"
  },
  "bugs": {
    "url": "http://github.com/lukasoppermann/html5sortable/issues"
  },
  "devDependencies": {
    "chai": "^3.0.0",
    "coveralls": "^2.11.2",
    "del": "2.x.x",
    "gulp": "^3.8.11",
    "gulp-jscs": "3.x.x",
    "gulp-jshint": "2.x.x",
    "gulp-rename": "^1.2.2",
    "gulp-sourcemaps": "^1.5.2",
    "gulp-strip-code": "^0.1.2",
    "gulp-uglify": "^1.2.0",
    "gulp-umd": "^0.2.0",
    "gulp-util": "^3.0.4",
    "istanbul": "0.4.x",
    "jquery": "^2.1.4",
    "jsdom": "^9.2.1",
    "mocha": "^2.2.4",
    "mocha-istanbul": "^0.2.0",
    "requirejs": "^2.1.17",
    "snazzy": "^6.0.0"
  },
  "scripts": {
    "test": "npm run test-plugin && snazzy 'src/*.js'",
    "travis": "npm run cover && ./node_modules/.bin/mocha test/umd/module.js && snazzy 'src/*.js'",
    "test-plugin": "./node_modules/.bin/mocha test/umd/module.js && ./node_modules/.bin/mocha test/*.js",
    "cover": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha test/*.js --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
  }
}
