forked from zenorocha/archive-dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·57 lines (57 loc) · 1.26 KB
/
package.json
File metadata and controls
executable file
·57 lines (57 loc) · 1.26 KB
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
{
"name": "dotfiles",
"description": "The first JavaScript-based dotfiles powered by Grunt.",
"version": "0.7.1",
"author": {
"email": "eduardolundgren@gmail.com",
"name": "Eduardo Lundgren",
"twitter": "eduardolundgren",
"web": "http://eduardo.io"
},
"license": "BSD",
"repository": {
"type": "git",
"url": "git@github.com:eduardolundgren/dotfiles.git"
},
"bugs": {
"url": "https://github.com/eduardolundgren/dotfiles/issues"
},
"keywords": [
"cli",
"dotfiles",
"grunt",
"javascript"
],
"bin": {
"dotfiles": "bin/dotfiles"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.2.10"
},
"dependencies": {
"grunt": "~0.4.2",
"grunt-bump": "0.0.15",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-git": "~0.2.1",
"grunt-prompt": "^1.1.0",
"grunt-shell": "^1.1.1",
"grunt-symlink": "~0.4.0",
"grunt-template": "~0.2.1",
"update-notifier": "^0.2.0",
"userhome": "~0.1.0",
"which": "~1.0.5"
},
"peerDependencies": {
"bower": "^1.3.9",
"david": "^3.3.1",
"gh": "^1.9.2",
"gh-gif": "^0.1.4",
"gh-jira": "^0.4.5",
"grunt-cli": "^0.1.13",
"http-server": "^0.6.1",
"jshint": "^2.5.5",
"n": "^1.2.9"
}
}