UNPKG

emujs

Version:

A responsiveness testing tool on browsers

51 lines (50 loc) 1.04 kB
{ "name": "emujs", "version": "1.0.3", "description": "A responsiveness testing tool on browsers", "main": "dist/emu.js", "scripts": { "test" : "grunt test", "build" : "grunt build" }, "repository": { "type": "git", "url": "git+https://github.com/zudd/emujs.git" }, "keywords": [ "emu", "emujs", "emulate", "simulate", "javascript", "jquery", "mobile", "browser", "bootstrap", "foundation", "browser", "design", "screenshot", "responsive", "test" ], "author": "Zudd", "license": "Apache-2.0", "bugs": { "url": "https://github.com/zudd/emujs/issues" }, "homepage": "https://github.com/zudd/emujs#readme", "devDependencies": { "chai": "^3.4.1", "grunt": "^0.4.5", "grunt-contrib-connect": "^0.11.2", "grunt-contrib-cssmin": "^0.14.0", "grunt-contrib-jshint": "^0.11.3", "grunt-contrib-sass": "^0.9.2", "grunt-includes": "^0.5.1", "grunt-mocha": "^0.4.15", "jshint-stylish": "^2.1.0", "mocha": "^2.3.4", "request": "^2.67.0" } }