{ "name": "metaviewport-parser", "version": "0.3.0", "description": "Parser for the content attribute of the meta viewport", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/dontcallmedom/metaviewport-parser.git" }, "bugs": { "url": "https://github.com/dontcallmedom/metaviewport-parser/issues" }, "dependencies": { }, "devDependencies": { "expect.js": "^0.3.1", "mocha": "^2.2.5" }, "scripts": { "test": "mocha" } }