forked from arhea/grunt-travis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 841 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
{
"name": "grunt-travis",
"description": "Create and validate travis yaml files from your grunt config.",
"version": "0.2.3",
"homepage": "https://github.com/arhea/grunt-travis",
"author": {
"name": "Alex Rhea",
"url": "http://alexrhea.io"
},
"repository": {
"type": "git",
"url": "git://github.com/arhea/grunt-travis.git"
},
"bugs": {
"url": "https://github.com/arhea/grunt-travis/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/arhea/grunt-travis/blob/master/LICENSE-MIT"
}
],
"main": "grunt.js",
"bin": "bin/grunt-travis",
"engines": {
"node": ">= 0.6"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "~0.3.16"
},
"keywords": [
"travis",
"travis-ci",
".travis.yml",
"gruntplugin"
]
}