UNPKG

foundation-sites

Version:

The most advanced responsive front-end framework in the world.

96 lines (95 loc) 2.79 kB
{ "name": "foundation-sites", "version": "6.2.0", "main": "dist/foundation.js", "description": "The most advanced responsive front-end framework in the world.", "author": "ZURB <foundation@zurb.com> (http://foundation.zurb.com)", "homepage": "http://foundation.zurb.com/sites", "scripts": { "start": "gulp", "test": "gulp test", "deploy": "gulp deploy" }, "dependencies": { "jquery": "^2.2.0", "what-input": "^1.1.2" }, "license": "MIT", "devDependencies": { "babel-core": "^6.3.26", "babel-eslint": "^5.0.0", "babel-plugin-transform-es2015-arrow-functions": "^6.3.13", "babel-plugin-transform-es2015-block-scoped-functions": "^6.3.13", "babel-plugin-transform-es2015-block-scoping": "^6.4.0", "babel-plugin-transform-es2015-classes": "^6.3.15", "babel-plugin-transform-es2015-destructuring": "^6.3.15", "babel-plugin-transform-es2015-parameters": "^6.3.26", "babel-plugin-transform-es2015-shorthand-properties": "^6.5.0", "babel-plugin-transform-es2015-spread": "^6.4.0", "babel-plugin-transform-es2015-template-literals": "^6.3.13", "browser-sync": "^2.8.2", "chalk": "^1.1.1", "clipboard": "^1.5.5", "corejs-typeahead": "corejavascript/typeahead.js", "foundation-docs": "zurb/foundation-docs", "gulp": "^3.8.10", "gulp-autoprefixer": "^2.3.1", "gulp-babel": "^6.1.1", "gulp-cache-bust": "^1.0.2", "gulp-concat": "^2.4.3", "gulp-cssnano": "^2.1.0", "gulp-eslint": "^2.0.0", "gulp-filter": "^3.0.1", "gulp-load-plugins": "^1.2.0", "gulp-mocha": "^2.2.0", "gulp-newer": "^1.1.0", "gulp-plumber": "^1.0.1", "gulp-prompt": "^0.1.2", "gulp-rename": "^1.2.2", "gulp-replace": "^0.5.4", "gulp-rsync": "0.0.5", "gulp-ruby-sass": "^2.0.6", "gulp-sass": "^2.1.0", "gulp-scss-lint": "^0.3.9", "gulp-sourcemaps": "^1.6.0", "gulp-uglify": "^1.1.0", "inquirer": "^0.11.2", "mocha": "^2.3.3", "motion-ui": "^1.1.0", "octophant": "^1.0.0", "opener": "^1.4.1", "panini": "^1.1.1", "parker": "0.0.9", "prettyjson": "^1.1.3", "require-dir": "^0.3.0", "rimraf": "^2.3.2", "run-sequence": "^1.1.4", "sass-true": "^2.0.3", "supercollider": "^1.4.0" }, "repository": { "type": "git", "url": "https://github.com/zurb/foundation-sites" }, "bugs": { "url": "https://github.com/zurb/foundation-sites/issues", "email": "foundation@zurb.com" }, "keywords": [ "handlebars-helper-rel", "handlebars-helper-slugify" ], "eyeglass": { "name": "foundation", "sassDir": "scss", "needs": "^0.8.0" }, "jspm": { "format": "global", "shim": { "dist/foundation": { "deps": ["jquery"] } } } }