-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 792 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 792 Bytes
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
{
"name": "dependency-tree-css",
"version": "0.1.6",
"description": "Get the URL dependencies of a CSS file.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/tkohlman/dependency-tree-css.git"
},
"keywords": [
"dependency",
"graph",
"tree",
"CSS"
],
"author": {
"name": "Thomas Kohlman",
"email": "thomaskohlman@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/tkohlman/dependency-tree-css/issues"
},
"homepage": "https://github.com/tkohlman/dependency-tree-css",
"dependencies": {
"mkdirp": "latest",
"resolve-dependency-path": "~1.0.1"
},
"maintainers": [
{
"name": "tkohlman",
"email": "thomaskohlman@gmail.com"
}
],
"directories": {}
}