-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.03 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
{
"name": "demo-travis-gh-pages",
"private": true,
"version": "0.0.1",
"description": "Use Grunt and Travis-CI to publish content to github-pages",
"homepage": "http://bartvds.github.io/demo-travis-gh-pages",
"author": {
"name": "Bart van der Schoor",
"url": "https://github.com/Bartvds"
},
"repository": {
"type": "git",
"url": "https://github.com/Bartvds/demo-travis-gh-pages"
},
"bugs": {
"url": "https://github.com/Bartvds/demo-travis-gh-pages/issues"
},
"licenses": [
{
"type": "CC BY 4.0",
"url": "https://creativecommons.org/licenses/by/4.0/"
}
],
"keywords": [
"demo",
"gh-pages"
],
"engines": {
"node": ">= 0.10.0 && < 0.11.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-cli": "~0.1.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-gh-pages": "0.9.1",
"grunt-markdown": "^0.5.0"
},
"peerDependencies": {
"grunt": "~0.4.1"
}
}