UNPKG

4.52 kBJSONView Raw
1{
2 "name": "foundation-sites",
3 "version": "6.4.2",
4 "main": "dist/js/npm.js",
5 "typings": "dist/js/foundation.d.ts",
6 "description": "The most advanced responsive front-end framework in the world.",
7 "author": "ZURB <foundation@zurb.com> (http://foundation.zurb.com)",
8 "homepage": "http://foundation.zurb.com/sites",
9 "scripts": {
10 "start": "gulp",
11 "test": "npm run test:sass && npm run test:javascript:phantomjs",
12 "test:ci": "npm run test:sass && npm run test:javascript:ci",
13 "test:sass": "mocha test/sass/test_sass.js",
14 "test:javascript:transpile": "gulp sass:foundation && gulp test:transpile-js",
15 "test:javascript:phantomjs": "npm run test:javascript:transpile && mocha-phantomjs --ignore-resource-errors test/javascript/index.html",
16 "test:javascript:browserstack": "npm run test:javascript:transpile && browserstack-runner",
17 "test:javascript:ci": "npm run test:javascript:transpile && mocha-phantomjs --ignore-resource-errors test/javascript/index.html && browserstack-runner",
18 "test:visual": "gulp test",
19 "deploy": "gulp deploy",
20 "deploy:prep": "gulp deploy:prep",
21 "deploy:docs": "gulp deploy:docs",
22 "deploy:beta": "gulp deploy:beta"
23 },
24 "dependencies": {
25 "jquery": ">=3.0.0",
26 "what-input": "^4.1.3"
27 },
28 "license": "MIT",
29 "devDependencies": {
30 "array-uniq": "^1.0.2",
31 "autoprefixer": "^6.7.7",
32 "babel-core": "^6.24.1",
33 "babel-loader": "^6.4.1",
34 "babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
35 "babel-plugin-transform-es2015-block-scoped-functions": "^6.22.0",
36 "babel-plugin-transform-es2015-block-scoping": "^6.24.1",
37 "babel-plugin-transform-es2015-classes": "^6.24.1",
38 "babel-plugin-transform-es2015-destructuring": "^6.23.0",
39 "babel-plugin-transform-es2015-parameters": "^6.24.1",
40 "babel-plugin-transform-es2015-shorthand-properties": "^6.24.1",
41 "babel-plugin-transform-es2015-spread": "^6.22.0",
42 "babel-plugin-transform-es2015-template-literals": "^6.22.0",
43 "browser-sync": "^2.18.12",
44 "chai-jquery": "^2.0.0",
45 "chalk": "^1.1.1",
46 "clipboard": "^1.7.1",
47 "corejs-typeahead": "^1.1.1",
48 "doiuse": "^2.6.0",
49 "foundation-docs": "zurb/foundation-docs#v0.2.2",
50 "gulp": "^3.8.10",
51 "gulp-add-src": "^0.2.0",
52 "gulp-babel": "^6.1.1",
53 "gulp-cache-bust": "~1.0.2",
54 "gulp-check-deps": "^1.4.1",
55 "gulp-clean-css": "^3.4.1",
56 "gulp-concat": "^2.4.3",
57 "gulp-eslint": "^3.0.1",
58 "gulp-filter": "^4.0.0",
59 "gulp-if": "^2.0.0",
60 "gulp-load-plugins": "^1.5.0",
61 "gulp-newer": "^1.1.0",
62 "gulp-plumber": "^1.0.1",
63 "gulp-postcss": "^7.0.0",
64 "gulp-prompt": "^0.2.0",
65 "gulp-rename": "^1.2.2",
66 "gulp-replace": "^0.5.4",
67 "gulp-rsync": "^0.0.7",
68 "gulp-ruby-sass": "^2.0.6",
69 "gulp-sass": "^2.1.0",
70 "gulp-sass-lint": "^1.3.2",
71 "gulp-sourcemaps": "^2.6.0",
72 "gulp-uglify": "^2.1.2",
73 "gulp-zip": "^3.2.0",
74 "inquirer": "^2.0.0",
75 "is-empty-object": "^1.1.1",
76 "js-yaml": "^3.8.4",
77 "mocha": "^3.4.2",
78 "mocha-phantomjs": "^4.0.2",
79 "motion-ui": "^1.1.0",
80 "multiline": "^1.0.2",
81 "normalize-scss": "6.0.0",
82 "octophant": "^1.0.0",
83 "opener": "^1.4.3",
84 "panini": "^1.4.0",
85 "parker": "^1.0.0-alpha.0",
86 "prettyjson": "^1.1.3",
87 "require-dir": "^0.3.2",
88 "rimraf": "^2.6.1",
89 "run-sequence": "^1.1.4",
90 "sass-true": "^2.2.2",
91 "sassy-lists": "3.0.0",
92 "sinon": "^1.17.7",
93 "supercollider": "^1.4.0",
94 "touch": "^1.0.0",
95 "vinyl": "^2.0.2",
96 "vinyl-named": "^1.1.0",
97 "vinyl-source-stream": "^1.1.0",
98 "webpack": "^2.6.1",
99 "webpack-stream": "^3.2.0",
100 "yargs": "^6.6.0"
101 },
102 "engines": {
103 "node": ">=4.0",
104 "npm": ">=2.14.2"
105 },
106 "repository": {
107 "type": "git",
108 "url": "https://github.com/zurb/foundation-sites"
109 },
110 "bugs": {
111 "url": "https://github.com/zurb/foundation-sites/issues",
112 "email": "foundation@zurb.com"
113 },
114 "keywords": [
115 "eyeglass-module",
116 "handlebars-helper-rel",
117 "handlebars-helper-slugify"
118 ],
119 "eyeglass": {
120 "name": "foundation",
121 "sassDir": "scss",
122 "needs": "^0.8.0",
123 "exports": false
124 },
125 "jspm": {
126 "main": "dist/js/foundation.js",
127 "format": "global",
128 "shim": {
129 "dist/js/foundation": {
130 "deps": [
131 "jquery"
132 ]
133 }
134 }
135 },
136 "browserify": {
137 "transform": [
138 [
139 "babelify",
140 {
141 "presets": [
142 "es2015"
143 ]
144 }
145 ]
146 ]
147 }
148}