forked from hsy0130/api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 822 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
36
{
"name": "ExositeAPIs",
"version": "1.0.0",
"description": "Static site generator for Exosite's API documentation.",
"main": "gulpfile.js",
"scripts": {
"build": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/exosite/docs.git"
},
"keywords": [
"docs",
"api",
"exosite"
],
"author": "",
"license": "BSD",
"bugs": {
"url": "https://github.com/exosite/docs/issues"
},
"homepage": "https://github.com/exosite/docs",
"dependencies": {
"browser-sync": "^2.5.0",
"front-matter": "^1.0.0",
"gulp": "^3.8.11",
"gulp-data": "^1.2.0",
"gulp-newer": "^0.5.0",
"gulp-rename": "^1.2.0",
"gulp-swig": "^0.7.4",
"gulp-watch": "^4.2.2",
"marked": "^0.3.3"
}
}