-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 915 Bytes
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 915 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "bootswatch-dist",
"version": "2.0.0",
"repository": {
"type": "git",
"url": "https://github.com/dbtek/bootswatch-dist.git",
"rawUrl": "https://raw.githubusercontent.com/dbtek/bootswatch-dist"
},
"author": {
"name": "İsmail Demirbilek"
},
"keywords": [
"bootstwatch",
"dist",
"package",
"amelia",
"cerulean",
"cosmo",
"cyborg",
"darkly",
"flatly",
"journal",
"lumen",
"paper",
"readable",
"sandstone",
"simplex",
"slate",
"solar",
"spacelab",
"superhero",
"united",
"yeti"
],
"license": "MIT",
"devDependencies": {
"chalk": "^2.0.1",
"download": "^6.2.5",
"fs-extra": "^3.0.1",
"glob": "^7.1.2",
"ncp": "^2.0.0",
"node-fetch": "^1.7.1",
"semver": "^5.3.0",
"simple-git": "^1.73.0"
},
"engines": {
"node": ">=0.10.0"
},
"dependencies": {}
}