]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/blame - package.json
Merge pull request #9335 from ncoden/build/upgrade_node
[thirdparty/foundation/foundation-sites.git] / package.json
CommitLineData
9b30a7ad 1{
af17c2bb 2 "name": "foundation-sites",
ab172838 3 "version": "6.2.4",
f257f166
GK
4 "main": "dist/foundation.js",
5 "description": "The most advanced responsive front-end framework in the world.",
6 "author": "ZURB <foundation@zurb.com> (http://foundation.zurb.com)",
7 "homepage": "http://foundation.zurb.com/sites",
9f9ad84f 8 "scripts": {
c38ca89b 9 "start": "gulp",
1b4bf536
GK
10 "test": "npm run test:sass && npm run test:javascript",
11 "test:sass": "mocha test/sass/test_sass.js",
ebe21f2a 12 "test:javascript": "gulp sass:foundation && gulp test:transpile-js && mocha-phantomjs --ignore-resource-errors test/javascript/index.html",
1b4bf536
GK
13 "test:visual": "gulp test",
14 "deploy": "gulp deploy",
048bd5b0 15 "deploy:prep": "gulp deploy:prep",
1b4bf536 16 "deploy:docs": "gulp deploy:docs"
9f9ad84f 17 },
f13d43c7 18 "dependencies": {
aa2e41eb 19 "jquery": "^2.2.0",
28f41164 20 "what-input": "^2.0.0"
f13d43c7 21 },
f257f166 22 "license": "MIT",
9b30a7ad 23 "devDependencies": {
3555affd 24 "array-uniq": "^1.0.2",
00c1c3b9 25 "babel-core": "^6.3.26",
5a099343 26 "babel-eslint": "^5.0.0",
e086be4e 27 "babel-plugin-transform-es2015-arrow-functions": "^6.3.13",
28 "babel-plugin-transform-es2015-block-scoped-functions": "^6.3.13",
29 "babel-plugin-transform-es2015-block-scoping": "^6.4.0",
30 "babel-plugin-transform-es2015-classes": "^6.3.15",
31 "babel-plugin-transform-es2015-destructuring": "^6.3.15",
e086be4e 32 "babel-plugin-transform-es2015-parameters": "^6.3.26",
fe69b92b 33 "babel-plugin-transform-es2015-shorthand-properties": "^6.5.0",
e086be4e 34 "babel-plugin-transform-es2015-spread": "^6.4.0",
35 "babel-plugin-transform-es2015-template-literals": "^6.3.13",
6a283a24 36 "browser-sync": "^2.8.2",
95352ff9 37 "chai-jquery": "^2.0.0",
64922502 38 "chalk": "^1.1.1",
bb09c96a 39 "clipboard": "^1.5.5",
df1004b9 40 "corejs-typeahead": "corejavascript/typeahead.js",
3c5ff8c2 41 "foundation-docs": "zurb/foundation-docs",
afa05cad 42 "gulp": "^3.8.10",
57db3442 43 "gulp-add-src": "^0.2.0",
37f59717 44 "gulp-autoprefixer": "^2.3.1",
00c1c3b9 45 "gulp-babel": "^6.1.1",
003d1d6d 46 "gulp-cache-bust": "1.0.2",
afa05cad 47 "gulp-concat": "^2.4.3",
ee039f1d 48 "gulp-cssnano": "^2.1.0",
2989d818 49 "gulp-eslint": "^2.0.0",
ee039f1d 50 "gulp-filter": "^3.0.1",
ef7951c8 51 "gulp-if": "^2.0.0",
ee039f1d 52 "gulp-load-plugins": "^1.2.0",
a1b9d5b7 53 "gulp-mocha": "^2.2.0",
68d52872 54 "gulp-newer": "^1.1.0",
14ec08a3 55 "gulp-plumber": "^1.0.1",
8796db7b 56 "gulp-prompt": "^0.1.2",
aa1eb8ab 57 "gulp-rename": "^1.2.2",
cbc4093c 58 "gulp-replace": "^0.5.4",
8796db7b 59 "gulp-rsync": "0.0.5",
ee039f1d 60 "gulp-ruby-sass": "^2.0.6",
54485816 61 "gulp-sass": "^2.1.0",
ee039f1d 62 "gulp-scss-lint": "^0.3.9",
62aeeec4 63 "gulp-sourcemaps": "1.6.0",
55dfe9df 64 "gulp-uglify": "^1.1.0",
9369bb7b 65 "gulp-zip": "^3.2.0",
c091a00a 66 "inquirer": "^0.11.4",
f61d486e 67 "is-empty-object": "^1.1.1",
3555affd 68 "js-yaml": "^3.5.4",
b92eebad 69 "mocha": "^2.3.3",
1b4bf536 70 "mocha-phantomjs": "^4.0.2",
e411b391 71 "motion-ui": "^1.1.0",
3555affd 72 "multiline": "^1.0.2",
6a295854 73 "octophant": "^1.0.0",
b92eebad 74 "opener": "^1.4.1",
6b2666da 75 "panini": "^1.3.0",
47c12851 76 "parker": "0.0.9",
47c12851 77 "prettyjson": "^1.1.3",
b30d194d 78 "require-dir": "^0.3.0",
390dfade 79 "rimraf": "^2.3.2",
99360445 80 "run-sequence": "^1.1.4",
e5234751 81 "sass-true": "^2.0.3",
95352ff9 82 "sinon": "^1.17.3",
3555affd 83 "supercollider": "^1.4.0",
c457c66e 84 "touch": "^1.0.0",
3555affd 85 "vinyl": "^1.1.1",
fc966963
GK
86 "vinyl-source-stream": "^1.1.0",
87 "yargs": "^4.2.0"
35ea6675 88 },
afa05cad
GK
89 "repository": {
90 "type": "git",
b1612fe1 91 "url": "https://github.com/zurb/foundation-sites"
08aac62d 92 },
f257f166
GK
93 "bugs": {
94 "url": "https://github.com/zurb/foundation-sites/issues",
95 "email": "foundation@zurb.com"
96 },
33a852f2 97 "keywords": [
60124dc3 98 "eyeglass-module",
33a852f2
JS
99 "handlebars-helper-rel",
100 "handlebars-helper-slugify"
25e91773
GK
101 ],
102 "eyeglass": {
103 "name": "foundation",
104 "sassDir": "scss",
60124dc3
RC
105 "needs": "^0.8.0",
106 "exports": false
3ac7352e
G
107 },
108 "jspm": {
109 "format": "global",
110 "shim": {
111 "dist/foundation": {
95352ff9
GK
112 "deps": [
113 "jquery"
114 ]
3ac7352e
G
115 }
116 }
43bcfb72
RC
117 },
118 "browserify": {
119 "transform": [["babelify", { "presets": ["es2015"] }]]
25e91773 120 }
9b30a7ad 121}