-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1011 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
{
"name": "github-primer-elements",
"version": "0.0.2",
"description": "HTML5 Elements from GitHub Primer CSS",
"repository": {
"type": "git",
"url": "git+https://github.com/HTMLElement/github-primer.git"
},
"keywords": [
"WebComponents"
],
"author": "Stefan Grönke <stefan@gronke.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/HTMLElement/github-primer/issues"
},
"homepage": "https://github.com/HTMLElement/github-primer#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-connect": "^5.0.0",
"gulp-copy": "^1.0.1",
"gulp-debug": "^3.1.0",
"gulp-file-include": "^1.2.0",
"gulp-gh-pages": "^0.5.4",
"gulp-inline-source": "^3.1.0",
"gulp-load-plugins": "^1.5.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"node-sass": "^4.7.2",
"octicons": "^6.0.1",
"primer-css": "^9.6.0",
"run-sequence": "^2.2.0",
"showdown": "^1.8.6"
}
}