-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 902 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
{
"name": "deja",
"version": "0.1.12",
"description": "CLI utility for managing git versioning of dotfiles, cheetsheets, etc.",
"tags" : ["cli", "git", "dotfiles"],
"author" : "Mike Cantelon <[email protected]>",
"contributors" : [],
"dependencies" : {
"optimist" : ">=0.1.3",
"iniparser" : ">=1.0.1",
"mingy": ">=0.1.2",
"rimraf": ">=3.0.1"
},
"main": "./lib/deja",
"directories" : {
"lib": "./lib"
},
"repository": {
"type": "git",
"url" : "http://github.com/mcantelon/node-deja.git"
},
"engines": {
"node": ">= 0.3.0"
},
"bugs" : {
"url" : "http://github.com/mcantelon/node-deja/issues"
},
"bin" : {
"deja" : "./deja.js"
},
"licenses" : [{
"type" : "MIT",
"url" : "http://github.com/mcantelon/node-deja/blob/master/LICENSE"
}]
}