-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.08 KB
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
{
"name": "pretty-autoindex",
"version": "1.1.0",
"description": "Show nginx autoindex more pretty!",
"keywords": [
"autoindex",
"nginx"
],
"scripts": {
"build": "./node_modules/gulp/bin/gulp.js build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/spring-raining/pretty-autoindex.git"
},
"author": "spring-raining",
"license": "MIT",
"bugs": {
"url": "https://github.com/spring-raining/pretty-autoindex/issues"
},
"homepage": "https://github.com/spring-raining/pretty-autoindex#readme",
"devDependencies": {
"babel": "^6.3.26",
"babel-core": "^6.4.5",
"babel-preset-es2015": "^6.3.13",
"babelify": "^7.2.0",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-browserify": "^0.5.1",
"gulp-sass": "^2.1.1",
"gulp-uglify": "^1.5.1",
"moment": "^2.11.1",
"primer-css": "^3.0.0",
"run-sequence": "^1.1.5",
"vue": "^1.0.15",
"vue-router": "^0.7.9",
"vueify": "^8.3.2"
},
"babel": {
"presets": [
"es2015"
]
}
}