forked from zurb/foundation-apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.35 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
{
"name": "foundation-apps",
"version": "1.0.2",
"description": "A responsive, Angular-powered framework for web apps from ZURB.",
"scripts": {
"test": "gulp test",
"start": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/zurb/foundation-apps"
},
"keywords": [
"Foundation",
"ZURB",
"responsive",
"apps",
"applications"
],
"author": "ZURB",
"bugs": {
"url": "https://github.com/zurb/foundation-apps/issues"
},
"homepage": "https://github.com/zurb/foundation-apps",
"dependencies": {},
"devDependencies": {
"connect-modrewrite": "^0.7.9",
"front-matter": "^0.2.0",
"gulp": "^3.8.8",
"gulp-autoprefixer": "^1.0.1",
"gulp-concat": "^2.4.1",
"gulp-connect": "^2.0.6",
"gulp-highlight": "0.0.3",
"gulp-karma": "0.0.4",
"gulp-markdown": "^1.0.0",
"gulp-prompt": "^0.1.1",
"gulp-rsync": "^0.0.4",
"gulp-ruby-sass": "1.0.0-alpha",
"gulp-sass": "1.2.3",
"gulp-uglify": "^1.0.1",
"gulp-minify-css": "^0.3.11",
"gulp-util": "^3.0.1",
"highlight.js": "~7.5.0",
"karma-jasmine": "^0.2.0",
"karma-phantomjs-launcher": "^0.1.4",
"merge-stream": "^0.1.6",
"protractor": "^1.3.1",
"rimraf": "^2.2.8",
"run-sequence": "^1.0.1",
"through2": "^0.6.2",
"settings-parser": "zurb/foundation-settings-parser"
}
}