-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.33 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
52
53
54
{
"_args": [
[
{
"raw": "quba-theme",
"scope": null,
"escapedName": "quba-theme",
"name": null,
"rawSpec": "quba-theme",
"spec": "/Users/Calum/Documents/sites/quba-framework/quba-theme",
"type": "directory"
},
"/Users/Calum/Documents/sites/quba-framework"
]
],
"_from": "quba-theme",
"_id": "[email protected]",
"_inCache": true,
"_location": "/quba-theme",
"_phantomChildren": {},
"_requested": {
"raw": "quba-theme",
"scope": null,
"escapedName": "quba-theme",
"name": null,
"rawSpec": "quba-theme",
"spec": "/Users/Calum/Documents/sites/quba-framework/quba-theme",
"type": "directory"
},
"_requiredBy": [
"#DEV:/",
"#USER"
],
"_resolved": "file:quba-theme",
"_shasum": "e9abd908d1752961ee62feea0d159c12f24f4980",
"_shrinkwrap": null,
"_spec": "quba-theme",
"_where": "/Users/Calum/Documents/sites/quba-framework",
"author": "",
"dependencies": {
"@frctl/mandelbrot": "^1.0.0"
},
"description": "fractal theme based on Mandelbrot",
"devDependencies": {},
"license": "ISC",
"main": "index.js",
"name": "quba-theme",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.1.0"
}