forked from foundation/foundation-sites
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.91 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
69
70
71
72
{
"name": "foundation-sites",
"version": "6.0.4",
"main": "dist/foundation.js",
"description": "The most advanced responsive front-end framework in the world.",
"author": "ZURB <[email protected]> (http://foundation.zurb.com)",
"homepage": "http://foundation.zurb.com/sites",
"scripts": {
"start": "gulp",
"test": "gulp test",
"testbed": "cd testing && gulp",
"deploy": "gulp deploy:docs"
},
"dependencies": {
"jquery": "^2.1.0",
"what-input": "^1.1.2"
},
"license": "MIT",
"devDependencies": {
"bootcamp": "^1.1.7",
"browser-sync": "^2.8.2",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^2.3.1",
"gulp-cache-bust": "^1.0.2",
"gulp-cached": "^1.0.4",
"gulp-concat": "^2.4.3",
"gulp-filter": "^2.0.2",
"gulp-jshint": "^1.9.2",
"gulp-load-plugins": "^0.8.0",
"gulp-minify-css": "^1.2.1",
"gulp-plumber": "^1.0.1",
"gulp-prompt": "^0.1.2",
"gulp-rename": "^1.2.2",
"gulp-rsync": "0.0.5",
"gulp-ruby-sass": "1.0.0-alpha.3",
"gulp-sass": "^2.1.0",
"gulp-scss-lint": "^0.2.2",
"gulp-uglify": "^1.1.0",
"handlebars": "^3.0.1",
"highlight.js": "^8.5.0",
"marked": "^0.3.3",
"mocha": "^2.3.3",
"motion-ui": "^1.1.0",
"multiline": "^1.0.2",
"octophant": "^1.0.0",
"open": "0.0.5",
"opener": "^1.4.1",
"panini": "^1.0.0",
"parker": "0.0.9",
"pretty-print": "^1.0.0",
"prettyjson": "^1.1.3",
"require-dir": "^0.3.0",
"rimraf": "^2.3.2",
"run-sequence": "^1.1.4",
"string-template": "^0.2.1",
"supercollider": "^1.1.0",
"typeahead.js": "^0.11.1",
"zeroclipboard": "^2.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/zurb/foundation-sites"
},
"bugs": {
"url": "https://github.com/zurb/foundation-sites/issues",
"email": "[email protected]"
},
"keywords": [
"handlebars-helper-rel",
"handlebars-helper-slugify"
]
}