-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 819 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 819 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
{
"name": "awesome-cocoa",
"version": "1.0.0",
"description": "A curated list of awesome Cocoa controls for iOS, watchOS and macOS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gen": "node generate.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/v-braun/awesome-cocoa.git"
},
"keywords": [
"awesome",
"awesome-list",
"cocoa",
"cocoa-rocks",
"swift",
"objective-c",
"controls",
"ui"
],
"author": "v-braun",
"license": "ISC",
"bugs": {
"url": "https://github.com/v-braun/awesome-cocoa/issues"
},
"homepage": "https://github.com/v-braun/awesome-cocoa#readme",
"devDependencies": {
"babel-runtime": "^6.26.0",
"colorprint": "^4.1.0",
"request": "^2.88.0"
}
}