-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
54 lines (54 loc) · 1018 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
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "fsutil",
"version": "0.1.3",
"author": {
"name": "Yi, EungJun"
},
"description": "Synchronous filesystem utilities",
"repository": {
"type": "git",
"url": "git://github.com/npcode/node-fsutil.git"
},
"keywords": [
"fs",
"fsutil",
"file",
"filesystem",
"fileutil",
"utility"
],
"main": "./fsutil.js",
"dependencies": {},
"devDependencies": {
"mocha": "1.0.x"
},
"noAnalyze": true,
"contributors": [
{
"name": "Yi, EungJun",
"email": "[email protected]"
}
],
"bundleDependencies": [],
"license": "MIT",
"engine": {
"node": ">=0.6"
},
"scripts": {
"test": "sudo mocha -u tdd -R spec"
},
"_npmUser": {
"name": "Yi, EungJun",
"email": "[email protected]"
},
"_id": "[email protected]",
"optionalDependencies": {},
"engines": {
"node": "*"
},
"_engineSupported": true,
"_npmVersion": "1.1.12",
"_nodeVersion": "v0.6.14",
"_defaultsLoaded": true,
"_from": "fsutil"
}