-
Notifications
You must be signed in to change notification settings - Fork 80
/
package.json
46 lines (46 loc) · 1.02 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": "dotfiles",
"description": "The first JavaScript-based dotfiles powered by Grunt.",
"version": "0.8.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.3.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-git": "~0.3.4",
"grunt-prompt": "^1.1.0",
"grunt-exec": "^0.4.6",
"grunt-symlink": "~0.4.0",
"grunt-template": "~0.2.1",
"update-notifier": "^0.3.1",
"userhome": "~1.0.0",
"which": "~1.0.5"
}
}