-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
64 lines (64 loc) · 1.48 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
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "docs-apis-is",
"description": "Documentation for apis.is",
"version": "2.0.0-alpha",
"author": {
"name": "Benedikt D Valdez",
"email": "[email protected]",
"url": "http://bdvs.info"
},
"bugs": {
"url": "https://github.com/kristjanmik/apis/issues"
},
"contributors": [
"Benedikt D Valdez <[email protected]>",
"Kristján Oddsson <[email protected]>"
],
"devDependencies": {
"bower": "^1.3.12",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-bump": "^0.1.13",
"gulp-changed": "^1.1.1",
"gulp-connect": "^2.2.0",
"gulp-csso": "^1.0.0",
"gulp-filter": "^2.0.2",
"gulp-jade": "^1.0.0",
"gulp-jshint": "^1.9.2",
"gulp-load": "^0.1.1",
"gulp-load-plugins": "^0.8.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.2",
"gulp-sass": "^1.3.3",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.3",
"gulp-wait": "0.0.2",
"main-bower-files": "^2.5.0",
"map-stream": "^0.0.5",
"node-notifier": "^4.1.1",
"open": "0.0.5",
"q": "^1.1.2"
},
"engines": {
"node": ">=0.10.17",
"npm": ">=1.3.8"
},
"homepage": "http://docs.apis.is",
"keywords": [
"apis",
"docs",
"documentation"
],
"license": "MIT",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "https://github.com/kristjanmik/apis.git"
},
"scripts": {
"start": "gulp watch"
}
}