-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.49 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
{
"name": "design-archives",
"version": "0.0.1",
"description": "Products for WordCamp Tokyo 2015 by Design Team",
"uri": "https://github.com/wct2015/design-arhives",
"main": "gulpfile.js",
"scripts": {
"install foundation": "bash ./bin/foundation.sh",
"install iconfont": "bash ./bin/iconfont.sh",
"zip": "bash ./bin/zip.sh",
"gulp": "gulp",
"gulp-server": "gulp default --mode server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/wct2015/design-archives.git"
},
"babel": {
"presets": [
"es2015"
]
},
"author": "Megumi Hano",
"license": "GPL",
"devDependencies": {
"babel-preset-es2015": "^6.14.0",
"babelify": "^7.3.0",
"browser-sync": "latest",
"browserify": "^13.1.0",
"eslint": "^3.6.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-css-globbing": "^0.1.8",
"gulp-data": "^1.2.1",
"gulp-jade": "^1.1.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-riot": "^0.5.5",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-svg-sprite": "^1.3.5",
"gulp.spritesmith": "^6.2.1",
"riotify": "^1.0.1",
"vinyl-source-stream": "^1.1.0",
"yargs": "^3.32.0"
},
"dependencies": {
"es6-promise": "^4.0.5",
"font-awesome": "^4.6.3",
"foundation-sites": "^6.2.3",
"jquery": "^3.1.1",
"riot": "^2.6.2",
"smoothscroll": "^0.2.2",
"whatwg-fetch": "^1.0.0"
}
}