-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
bower.json
41 lines (41 loc) · 895 Bytes
/
bower.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
{
"name": "fs-utils",
"description": "fs extras and utilities to extend the node.js file system module. Used in Assemble and many other projects.",
"repository": "assemble/fs-utils",
"license": "MIT",
"homepage": "https://github.com/assemble/fs-utils",
"authors": [
"Jon Schlinkert (https://github.com/assemble)"
],
"main": [
"index.js"
],
"dependencies": {
"async": "^1.5.0",
"delete": "^0.2.1",
"extend-shallow": "^2.0.1",
"graceful-fs": "^4.1.2",
"is-absolute": "^0.2.2",
"js-yaml": "^3.4.3",
"kind-of": "^2.0.1",
"matched": "^0.3.2",
"normalize-path": "^0.3.0",
"relative": "^0.1.6"
},
"devDependencies": {
"mocha": "^2.3.3",
"should": "^4.0.4"
},
"keywords": [
"file",
"file system",
"fs",
"node",
"node.js",
"path",
"read",
"readFile",
"readFileSync",
"utils"
]
}