-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (50 loc) · 1.14 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
{
"name": "fs-force",
"description": "Just provide a path to do things",
"version": "3.1.1",
"author": "Hoàng Văn Khải <[email protected]>",
"contributors": [
"Hoàng Văn Khải <[email protected]>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ksxnodemodules/fs-force.git"
},
"engines": {
"node": ">=6.0.0",
"npm": ">=3.0.0"
},
"dependencies": {
"fs-force-mkdir": "^1.4.0",
"fs-force-mkdir-sync": "^1.1.0",
"fs-force-write-file": "^1.0.0",
"fs-force-write-file-sync": "^1.0.3",
"fs-force-delete": "^1.1.0",
"fs-force-delete-sync": "^1.0.0",
"fs-force-action-as-string": "ksxnodemodules/fs-force-action-as-string"
},
"devDependencies": {
"standard": "^9.0.1"
},
"main": "index.js",
"bin": {
"force-mkdir": "./bin/mkdir.js",
"force-mkfile": "./bin/mkfile.js",
"force-delete": "./bin/delete.js"
},
"keywords": [
"fs",
"force",
"force-delete",
"force-create",
"force-copy"
],
"bugs": {
"url": "https://github.com/ksxnodemodules/fs-force/issues"
},
"homepage": "https://github.com/ksxnodemodules/fs-force#readme",
"scripts": {
"test": "standard"
}
}