-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 849 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
36
37
38
39
40
41
42
{
"name": "dotconf",
"version": "0.0.5",
"description": "One file to rule them all.",
"main": "cli.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yoannmoinet/dotconf.git"
},
"keywords": [
"file",
"dotfile",
"dot"
],
"author": "Yoann Moinet <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/yoannmoinet/dotconf/issues"
},
"homepage": "https://github.com/yoannmoinet/dotconf#readme",
"dependencies": {
"cli": "^0.11.1",
"fs-extra": "^0.26.2",
"glob": "^6.0.1"
},
"bin": {
"dotconf": "cli.js"
},
"devDependencies": {
"chai": "^3.4.1",
"chai-fs": "jenius/chai-fs",
"eslint": "^1.10.2",
"jscs": "^2.6.0",
"mocha": "^2.3.4"
},
"dotconf": {
"destination": ".conf"
}
}