-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 1.22 KB
/
package.json
File metadata and controls
25 lines (25 loc) · 1.22 KB
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
{
"name": "aci-dash",
"version": "1.0.0",
"description": "[](http://www.gnu.org/licenses/gpl-3.0) [](https://travis-ci.org/ba1/aci-dash) [](https://pyup.io/repos/github/ba1/aci-dash/) [](https://pyup.io/repos/github/ba1/aci-dash/) [](https://codecov.io/github/ba1/aci-dash?branch=master) [](https://github.com/ambv/black)",
"main": "index.js",
"dependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ba1/aci-dash.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ba1/aci-dash/issues"
},
"homepage": "https://github.com/ba1/aci-dash#readme"
}