tbg-foundation-sites
Version:
TBG fork of the most advanced responsive front-end framework in the world.
145 lines (144 loc) • 4.17 kB
JSON
{
"name": "tbg-foundation-sites",
"version": "6.3.1-rc.1",
"main": "dist/js/foundation.js",
"typings": "dist/js/foundation.d.ts",
"description": "TBG fork of the most advanced responsive front-end framework in the world.",
"author": "ZURB <foundation@zurb.com> (http://foundation.zurb.com)",
"contributors": [
"The Berndt Group <tyler.madsen@berndtgroup.net> (http://berndtgroup.net)"
],
"homepage": "https://berndtgroup.github.io/TBG-foundation-sites",
"scripts": {
"start": "gulp",
"test": "npm run test:sass && npm run test:javascript",
"test:sass": "mocha test/sass/test_sass.js",
"test:javascript": "gulp sass:foundation && gulp test:transpile-js && mocha-phantomjs --ignore-resource-errors test/javascript/index.html",
"test:visual": "gulp test",
"deploy": "gulp deploy",
"deploy:prep": "gulp deploy:prep",
"deploy:docs": "gulp deploy:docs",
"tbg": "gulp tbg",
"tbg:publish": "gulp tbg:publish"
},
"dependencies": {
"jquery": ">=2.2.0",
"what-input": "^4.0.3"
},
"license": "MIT",
"devDependencies": {
"array-uniq": "^1.0.2",
"autoprefixer": "^6.5.3",
"babel-core": "^6.3.26",
"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",
"chai-jquery": "^2.0.0",
"chalk": "^1.1.1",
"clipboard": "^1.5.5",
"corejs-typeahead": "^1.0.1",
"doiuse": "^2.5.0",
"gulp": "^3.8.10",
"gulp-add-src": "^0.2.0",
"gulp-babel": "^6.1.1",
"gulp-cache-bust": "~1.0.2",
"gulp-check-deps": "^1.4.1",
"gulp-concat": "^2.4.3",
"gulp-cssnano": "^2.1.0",
"gulp-eslint": "^3.0.1",
"gulp-filter": "^4.0.0",
"gulp-gh-pages": "^0.5.4",
"gulp-if": "^2.0.0",
"gulp-load-plugins": "^1.2.0",
"gulp-newer": "^1.1.0",
"gulp-plumber": "^1.0.1",
"gulp-postcss": "^6.2.0",
"gulp-prompt": "^0.2.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-rsync": "^0.0.7",
"gulp-ruby-sass": "^2.0.6",
"gulp-sass": "^2.1.0",
"gulp-sass-lint": "^1.3.2",
"gulp-sourcemaps": "^2.2.1",
"gulp-uglify": "^2.0.0",
"gulp-zip": "^3.2.0",
"inquirer": "^2.0.0",
"is-empty-object": "^1.1.1",
"js-yaml": "^3.5.4",
"mocha": "^3.2.0",
"mocha-phantomjs": "^4.0.2",
"motion-ui": "^1.1.0",
"multiline": "^1.0.2",
"normalize-scss": "6.0.0",
"octophant": "^1.0.0",
"opener": "^1.4.1",
"panini": "^1.3.0",
"parker": "^1.0.0-alpha.0",
"prettyjson": "^1.1.3",
"require-dir": "^0.3.0",
"rimraf": "^2.3.2",
"run-sequence": "^1.1.4",
"sass-true": "^2.0.3",
"sassy-lists": "3.0.0",
"sinon": "^1.17.3",
"supercollider": "^1.4.0",
"tbg-foundation-docs": "^0.1.0",
"touch": "^1.0.0",
"vinyl": "^2.0.1",
"vinyl-source-stream": "^1.1.0",
"yargs": "^6.5.0"
},
"engines": {
"node": ">=4.0",
"npm": ">=2.14.2"
},
"repository": {
"type": "git",
"url": "https://github.com/BerndtGroup/TBG-foundation-sites"
},
"bugs": {
"url": "https://github.com/BerndtGroup/TBG-foundation-sites/issues",
"email": "tyer.madsen@berndtgroup.net"
},
"keywords": [
"eyeglass-module",
"handlebars-helper-rel",
"handlebars-helper-slugify"
],
"eyeglass": {
"name": "foundation",
"sassDir": "scss",
"needs": "^0.8.0",
"exports": false
},
"jspm": {
"format": "global",
"shim": {
"dist/js/foundation": {
"deps": [
"jquery"
]
}
}
},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"es2015"
]
}
]
]
}
}