-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.25 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
{
"name": "aliqin.github.io",
"version": "1.0.0",
"description": "aliqin fe team",
"main": "index.js",
"scripts": {
"dev": "gulp server",
"build": "gulp build",
"deploy":"npm run build && gulp deploy",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aliqin/aliqin.github.io.git"
},
"keywords": [
"hugo",
"static",
"blog",
"aliqin",
"frontend"
],
"author": "0326",
"license": "ISC",
"bugs": {
"url": "https://github.com/aliqin/aliqin.github.io/issues"
},
"homepage": "https://github.com/aliqin/aliqin.github.io#readme",
"devDependencies": {
"autoprefixer": "^6.4.1",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.14.0",
"babelify": "^7.3.0",
"browser-sync": "^2.16.0",
"browserify": "^13.1.0",
"gulp": "3.9.1",
"gulp-concat": "^2.6.1",
"gulp-minify-css": "^1.2.4",
"gulp-postcss": "^6.2.0",
"gulp-sourcemaps": "^1.6.0",
"precss": "^1.4.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"babel-core": "^6.14.0",
"babel-polyfill": "^6.13.0",
"babel-runtime": "^6.11.6",
"gh-pages": "^0.12.0"
}
}