-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
55 lines (55 loc) · 1.33 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
{
"name": "generator-travis-ci",
"version": "0.6.6",
"description": "Yeoman generator that sets up travis-ci to do automated github pages deployment on every commit.",
"repository": {
"type": "git",
"url": "git://github.com/pwmckenna/generator-travis-ci.git"
},
"scripts": {
"test": "./node_modules/grunt-cli/bin/grunt test"
},
"keywords": [
"yeoman-generator",
"yeoman",
"generator",
"travis-ci",
"travis",
"github",
"gh-pages"
],
"author": "Patrick Williams <[email protected]>",
"license": "BSD",
"readmeFilename": "README.md",
"main": "",
"bin": "",
"homepage": "https://github.com/pwmckenna/generator-travis-ci",
"bugs": "https://github.com/pwmckenna/generator-travis-ci/issues",
"dependencies": {
"yeoman-generator": "~0.16.0",
"q": "~1.0.0",
"request": "~2.33.0",
"github": "~0.1.13",
"open": "0.0.4",
"lodash": "~2.4.1",
"ursa": "~0.8.0",
"git-tools": "0.0.8",
"travis-ci": "~1.2.0",
"chalk": "~0.4.0"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-cli": "~0.1.11",
"grunt-env": "~0.4.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-mocha-test": "~0.7.0",
"mocha": "~1.14.0",
"matchdep": "~0.3.0"
},
"peerDependencies": {
"yo": ">=1.0.0-rc.1.1"
},
"engines": {
"node": ">=0.8.0"
}
}