-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.09 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
{
"name": "otyakai.github.io",
"version": "1.0.0",
"description": "otyakai website",
"main": "index.js",
"scripts": {
"build": "gulp build",
"dev": "gulp watch",
"deploy": "npm run build; gh-pages -b master -d dist",
"clean": "rm -rf dist/*"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/otyakai/otyakai.github.io.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/otyakai/otyakai.github.io/issues"
},
"homepage": "https://github.com/otyakai/otyakai.github.io#readme",
"devDependencies": {
"babel-preset-env": "^1.6.0",
"babelify": "^7.3.0",
"browser-sync": "^2.18.12",
"browserify": "^14.4.0",
"gh-pages": "^1.0.0",
"gulp": "git://github.com/gulpjs/gulp.git#4.0",
"gulp-layout": "^0.0.4",
"gulp-less": "^3.3.2",
"gulp-markdown": "^1.2.0",
"gulp-postcss": "^7.0.0",
"gulp-pug": "^3.3.0",
"highlight.js": "^9.12.0",
"less": "^2.7.2",
"map-stream": "^0.0.7",
"postcss-cssnext": "^3.0.2",
"pug": "^2.0.0-rc.2",
"vinyl-source-stream": "^1.1.0"
}
}