-
Notifications
You must be signed in to change notification settings - Fork 0
/
projectz.cson
69 lines (54 loc) · 2.31 KB
/
projectz.cson
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
# Project's human readable name
title: "Assembler"
# Project slug name
name: "assembler"
# Project GitHub repository full name
# If `repository` is set, or if `homepage` is a GitHub URL, we set this automatically
repo: "chrisopedia/assembler"
# Project's homepage URL
# If `repo`, `repository`, or `demo` is set, we set this automatically
homepage: "https://github.com/chrisopedia/assembler"
# Project's demo URL
# If `homepage` or is set, we set this automatically
demo: "https://chrisopedia.github.io/assembler"
# Project description
description: "A library that allows you to create sites & web apps with ease"
# Project keywords
# Can be an array or CSV string
keywords: [ "html", "css", "sass", "javascript", "framework", "library" ]
# Project's author details
# Can be an array or CSV string
authors: ["2015+ Chris Newton <chrisohpedia@gmail.com> (http://chrisnewton.me/about)"]
# Maintainers
# Can be an array or CSV string
maintainers: ["Chris Newton (chrisohpedia@gmail.com) (http://chrisnewton.me/about)"]
# Contributors
# Pulled in automatically from the GitHub Repository API and the GitHub Repository's `package.json` file
contributors: null
# Project's license details
# Can be an array or CSV string
license:
type: "MIT",
url: "https://github.com/chrisopedia/assembler/blob/master/LICENSE.md"
# Project's repository details
# If `repo` is set, or if `homepage` is a GitHub URL, we set this automatically
repository:
type: "git"
url: "https://github.com/chrisopedia/assembler.git"
# Project's repository details
# If `repo` is set, or if `homepage` is a GitHub URL, we set this automatically
bugs:
url: "https://github.com/chrisopedia/assembler/issues"
# Whether the project can run on the client-side in web browsers
# If the component or bower package information is set, then this becomes true automatically
browsers: true
# Project's badges for use in the readme files
badges:
# Waffle.io Badge
# If a string is provided, that will be used as the GitHub issue queue
# label. Otherwise, the label will default to "ready".
waffleio: true
# Gittip Badge
gittip: "chrisopedia"
}