Skip to content
This repository was archived by the owner on Sep 7, 2020. It is now read-only.

Commit 9c92eeb

Browse files
authored
Create package.json
1 parent 499ddb5 commit 9c92eeb

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

package.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "@distributeaid/chat-ui",
3+
"version": "0.0.0-development",
4+
"description": "Chat UI for the in-app chat",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"keywords": [
10+
"Distribute",
11+
"Aid",
12+
"Chat"
13+
],
14+
"author": "Distribute Aid | https://distributeaid.org/",
15+
"license": "AGPL-3.0",
16+
"devDependencies": {}
17+
}

0 commit comments

Comments
 (0)