desktop-viewport
Version:
Hastily makes desktop browsers respect the viewport setting
51 lines (50 loc) • 1.4 kB
JSON
{
"name": "desktop-viewport",
"description": "Hastily makes desktop browsers respect the viewport setting",
"version": "1.2.6",
"author": "Laura mayhem",
"bugs": {
"url": "https://github.com/walaura/desktop-viewport/issues",
"email": "lawr@lauragonzalez.cc"
},
"dependencies": {
"babel-core": "^6.11.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-env": "^1.2.0",
"document-ready-promise": "^3.0.1",
"fs-extra": "^2.0.0",
"gulp": "^3.9.1",
"gulp-mocha-phantomjs": "^0.12.0",
"gulp-util": "^3.0.8",
"webpack": "^2.2.1",
"wrapper-webpack-plugin": "0.1.11",
"webpack-merge": "^3.0.0"
},
"devDependencies": {
"eslint": "^3.16.1",
"gulp-github-release": "^1.2.0",
"mocha": "^3.2.0",
"mocha-phantomjs": "^4.1.0",
"through2": "^2.0.3"
},
"keywords": [
"es6",
"frontend",
"javascript",
"responsive"
],
"license": "MIT",
"main": "./dist/desktop-viewport.min.js",
"repository": {
"type": "git",
"url": "https://github.com/walaura/desktop-viewport"
},
"scripts": {
"install": "npm run make",
"lint": "eslint --ignore-path .gitignore .",
"make": "gulp clean && webpack && webpack --config webpack.min.config.js",
"release": "npm publish && npm install && gulp release",
"test": "npm run make && gulp test"
}
}