forked from KELEN/katelog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 812 Bytes
/
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
{
"name": "katelog",
"version": "0.0.5",
"description": "a pure javascript tool to generate html catelog by head (h1, h2, h3, h4, h5, h6);",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/KELEN/katelog.git"
},
"keywords": [
"catelog"
],
"scripts": {
"dev": "gulp watch",
"build": "gulp compile"
},
"author": "kelen",
"license": "ISC",
"bugs": {
"url": "https://github.com/KELEN/katelog/issues"
},
"homepage": "https://github.com/KELEN/katelog#readme",
"dependencies": {
"markdown": "^0.5.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-rename": "^1.4.0",
"gulp-uglify": "^3.0.0",
"pump": "^3.0.0"
}
}