-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 815 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 815 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
{
"name": "xcode-material-theme",
"version": "3.0",
"description": "Material Theme for Xcode",
"main": "index.js",
"scripts": {
"build": "rm -rf ./xcode-themes && mkdir ./xcode-themes && node src/index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PleaseDont/xcode-material-theme.git"
},
"keywords": [
"Xcode",
"Material",
"Theme"
],
"author": "Vincent",
"license": "MIT",
"bugs": {
"url": "https://github.com/PleaseDont/xcode-material-theme/issues"
},
"homepage": "https://github.com/PleaseDont/xcode-material-theme#readme",
"devDependencies": {
"float": "^1.0.2",
"hex-and-rgba": "^1.3.2",
"jsonfile": "^5.0.0",
"mustache": "^3.0.1"
}
}