-
Notifications
You must be signed in to change notification settings - Fork 238
/
package.json
68 lines (68 loc) · 2.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "foundation-joyride",
"version": "3.0.0",
"description": "Joyride plugin for Foundation 6.",
"main": "dist/foundation.joyride.js",
"repository": {
"type": "git",
"url": "https://github.com/zurb/joyride"
},
"keywords": [
"javascript",
"joyride",
"foundation"
],
"author": "Marius Olbertz",
"license": "MIT",
"bugs": {
"url": "https://github.com/zurb/joyride/issues"
},
"homepage": "https://github.com/zurb/joyride",
"scripts": {
"start": "gulp",
"test": "npm run test:javascript",
"test:javascript": "gulp build:all && mocha-phantomjs test/javascript/index.html",
"test:visual": "gulp",
"dist": "gulp dist"
},
"dependencies": {
"jquery": "^2.2.0",
"what-input": "^2.0.0"
},
"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.11.2",
"chai-jquery": "^2.0.0",
"chalk": "^1.1.1",
"foundation-sites": "~6.3.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-compressor": "^0.1.0",
"gulp-concat": "^2.6.0",
"gulp-minify-css": "^1.2.1",
"gulp-mocha": "^2.2.0",
"gulp-mustache": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-ruby-sass": "^2.0.5",
"gulp-uglify": "^1.4.2",
"gulp-util": "^3.0.7",
"mocha": "^2.4.5",
"mocha-phantomjs": "^4.0.2",
"motion-ui": "^1.2.2",
"opener": "^1.4.1",
"require-dir": "^0.3.0",
"rimraf": "^2.5.2",
"run-sequence": "^1.1.5"
}
}