-
Notifications
You must be signed in to change notification settings - Fork 191
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 798 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 798 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
{
"title": "Startmin",
"name": "startmin",
"version": "1.2.0",
"description": "An admin dashboard template for Bootstrap",
"keywords": [
"css",
"html",
"responsive",
"theme",
"template"
],
"homepage": "https://github.com/secondtruth/startmin",
"bugs": {
"url": "https://github.com/secondtruth/startmin/issues",
"email": "christian.neff@gmail.com"
},
"license": "MIT",
"author": "secondtruth & Start Bootstrap",
"contributors": [
"Christian Neff (https://secondtruth.de)",
"Ed Preston (http://prestonsoft.com)",
"David Miller (https://davidmiller.io)"
],
"repository": {
"type": "git",
"url": "https://github.com/secondtruth/startmin.git"
}
}