-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathprojectz.cson
49 lines (49 loc) · 2.22 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
{
"title": "Flamelink JavaScript SDK",
"name": "flamelink",
"homepage": "https://github.com/flamelink/flamelink-js-sdk",
"demo": "https://github.com/flamelink/flamelink-js-sdk",
"description": "This SDK is intended for use in a browser or Node.js environment.
\n\nIf you are unfamiliar with Flamelink, please visit our [flamelink.io](https://www.flamelink.io/) website for more info on features, pricing and more.",
"license": "MIT",
"browsers": true,
"author": {
"name": "Flamelink",
"email": "[email protected]",
"url": "http://flamelink.io"
},
"maintainers": [
"JP Erasmus <[email protected]> (https://jperasmus.me)",
"De Wet van der Merwe (https://github.com/dewetvdm)"
],
"contributors": [
"JP Erasmus <[email protected]> (https://jperasmus.me)",
"De Wet van der Merwe (https://github.com/dewetvdm)"
]
"repository": {
"type": "git",
"url": "https://github.com/flamelink/flamelink-js-sdk.git"
},
"bugs": {
"url": "https://github.com/flamelink/flamelink-js-sdk/issues"
},
"badges": {
"list": [
['badge', {image: 'https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg', alt: 'Lerna', url: 'https://lernajs.io/', title: 'Maintained by Lerna'}],
['badge', {image: 'https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg', alt: 'Conventional Commits', url: 'https://conventionalcommits.org', title: 'Conventional Commits'}],
"npmversion",
"npmdownloads",
['badge', {image: 'https://circleci.com/gh/flamelink/flamelink-js-sdk.svg?style=svg&circle-token=dd64f26e069cdd05f52cf304304e0d97ee967b07', alt: 'CircleCI', url: 'https://circleci.com/gh/flamelink/flamelink-js-sdk.svg?style=svg&circle-token=dd64f26e069cdd05f52cf304304e0d97ee967b07', title: 'CircleCI'}],
['badge', {image: 'https://data.jsdelivr.com/v1/package/npm/flamelink/badge', alt: 'jsDelivr', url: 'https://www.jsdelivr.com/package/npm/flamelink', title: 'jsDelivr'}],
"---",
'twittertweet',
'twitterfollow',
'githubfollow',
'githubstar',
],
"config": {
"twitterUsername": "FlamelinkCMS",
"githubUsername": "flamelink"
}
}
}