forked from eduardolundgren/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·58 lines (58 loc) · 1.29 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
56
57
58
{
"name": "dotfiles",
"description": "The first JavaScript-based dotfiles powered by Grunt.",
"version": "0.5.0",
"author": {
"email": "[email protected]",
"name": "Eduardo Lundgren",
"twitter": "eduardolundgren",
"web": "http://eduardo.io"
},
"license": "BSD",
"repository": {
"type": "git",
"url": "[email protected]: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.11",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-git": "~0.2.1",
"grunt-prompt": "~0.1.2",
"grunt-shell": "~0.6.1",
"grunt-symlink": "~0.4.0",
"grunt-template": "~0.2.1",
"update-notifier": "~0.1.7",
"userhome": "~0.1.0",
"which": "~1.0.5"
},
"peerDependencies": {
"bower": ">=0.9.0",
"david": "~2.4.0",
"docpad": "~6.54.10",
"gh": "~1.8.2",
"gh-gif": "~0.1.3",
"gh-jira": "~0.4.2",
"grunt-cli": "~0.1.7",
"http-server": "~0.5.5",
"jshint": "~2.3.0",
"n": "~1.1.0"
}
}