{ "name": "select_all-rails", "version": "0.3.0", "description": "Simple to select and unselect all check-boxes", "main": "test/select_all.js", "scripts": { "test": "./node_modules/.bin/mocha --reporter spec" }, "repository": { "type": "git", "url": "git+https://github.com/JigneshSatam/select_all-rails.git" }, "author": "Jignesh Satam", "license": "MIT", "bugs": { "url": "https://github.com/JigneshSatam/select_all-rails/issues" }, "homepage": "https://github.com/JigneshSatam/select_all-rails", "dependencies": { "chai": "^3.5.0", "express": "^4.14.0", "mocha": "^3.2.0", "request": "^2.79.0" }, "devDependencies": { "chai": "^3.5.0", "jsdom": "9.8.3", "jsdom-global": "2.1.0", "mocha": "^3.2.0", "mocha-jsdom": "^1.1.0" } }