-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.29 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.29 KB
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
{
"name": "stewards",
"version": "1.0.0",
"description": "Landed by HTML5 UP\r html5up.net | @ajlkn\r Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)",
"main": "index.js",
"dependencies": {
"extend-shallow": "^3.0.2",
"define-property": "^2.0.2",
"fsevents": "^1.2.4",
"get-value": "^2.0.6",
"graceful-fs": "^4.1.15",
"has-values": "^1.0.0",
"has-value": "^1.0.0",
"inherits": "^2.0.3",
"is-binary-path": "^1.0.1",
"is-accessor-descriptor": "^0.1.6",
"is-buffer": "^1.1.6",
"is-descriptor": "^0.1.6",
"is-glob": "^4.0.0",
"is-extendable": "^0.1.1",
"is-data-descriptor": "^0.1.4",
"is-number": "^3.0.0",
"is-extglob": "^2.1.1",
"is-plain-object": "^2.0.4",
"isarray": "^1.0.0",
"isobject": "^3.0.1",
"map-cache": "^0.2.2",
"kind-of": "^6.0.2",
"lodash.debounce": "^4.0.8",
"mixin-deep": "^1.3.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/simpaddock/stewards.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/simpaddock/stewards/issues"
},
"homepage": "https://github.com/simpaddock/stewards#readme"
}