forked from thecogworks/Cogworks.SiteLock
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 787 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 787 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
{
"name": "Cogworks.SiteLock",
"version": "2.0.0",
"url": "https://github.com/thecogworks/sitelock",
"license": {
"name": "MIT",
"url": "https://github.com/thecogworks/sitelock/blob/master/LICENSE.md"
},
"author": {
"name": "Cogworks",
"url": "https://wearecogworks.com/"
},
"iconUrl": "https://raw.githubusercontent.com/thecogworks/sitelock/master/docs/img/sitelock.png",
"readme": "A security package for Umbraco. Lock down an Umbraco website from viewers. Only users who are logged into the backoffice can see the public site. ",
"devDependencies": {
"grunt": "^1.3.0",
"grunt-contrib-clean": "*",
"grunt-contrib-copy": "*",
"grunt-msbuild": "*",
"grunt-nuget": "*",
"grunt-umbraco-package": "*",
"grunt-zip": "*"
}
}