forked from zurb/foundation-apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·52 lines (52 loc) · 1.28 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
{
"name": "foundation-apps",
"version": "0.0.1",
"description": "Foundation for Apps",
"scripts": {
"postinstall": "bower install && bundle",
"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",
"devDependencies": {
"front-matter": "^0.2.0",
"gulp": "^3.8.8",
"gulp-autoprefixer": "^1.0.1",
"gulp-concat": "^2.4.1",
"gulp-front-matter": "^1.0.0",
"gulp-karma": "0.0.4",
"gulp-ruby-sass": "^0.7.1",
"gulp-sass": "1.2.3",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"karma-jasmine": "^0.2.0",
"karma-phantomjs-launcher": "^0.1.4",
"protractor": "^1.3.1",
"through2": "^0.6.2"
},
"dependencies": {
"connect-modrewrite": "^0.7.9",
"gulp-connect": "^2.0.6",
"gulp-highlight": "0.0.3",
"gulp-markdown": "^1.0.0",
"highlight.js": "~7.5.0",
"rimraf": "^2.2.8",
"run-sequence": "^1.0.1"
},
"private": true
}