-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
23 lines (23 loc) · 1.15 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "collaboration-system",
"version": "1.0.0",
"description": "[![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) [![CodeFactor](https://www.codefactor.io/repository/github/fresearchgroup/collaboration-system/badge)](https://www.codefactor.io/repository/github/fresearchgroup/collaboration-system) [![Build Status](https://travis-ci.org/fresearchgroup/Collaboration-System.svg?branch=master)](https://travis-ci.org/fresearchgroup/Collaboration-System) [![Docs](https://img.shields.io/badge/Docs-View-blue.svg)](https://fresearchgroup.github.io/docs-collaboration-system/)",
"main": "index.js",
"dependencies": {
"sweetalert2": "^7.29.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fresearchgroup/Collaboration-System.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/fresearchgroup/Collaboration-System/issues"
},
"homepage": "https://github.com/fresearchgroup/Collaboration-System#readme"
}