-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
41 lines (41 loc) · 966 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
37
38
39
40
41
{
"name": "redbooth-api-v3-docs",
"version": "0.1.1",
"description": "Redbooth official API v3 documentation",
"dependencies": {
"aglio": "^1.16.2"
},
"devDependencies": {
"glob": "^4.3.5",
"gulp": "^3.8.11",
"gulp-aglio": "0.0.6",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.4.3",
"gulp-if": "^1.2.5",
"gulp-sass": "^1.3.3",
"gulp-uglify": "^1.1.0",
"gulp-watch": "4.1.1",
"gulp-webserver": "^0.9.0",
"minimist": "^1.1.0",
"underscore": "1.7.0",
"underscore.string": "^3.0.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/teambox/api-v3-docs.git"
},
"keywords": [
"redbooth",
"API",
"doc"
],
"author": "Redbooth, Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/teambox/api-v3-docs/issues"
},
"homepage": "https://github.com/teambox/api-v3-docs"
}