forked from DeminMaxim/CodeStream
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
20 lines (20 loc) · 804 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "codestream",
"version": "1.0.0",
"description": "CodeStream helps dev teams discuss, review, and understand code. Discussing code is now as simple as commenting on a Google Doc — select the code and type your question.",
"main": "index.js",
"scripts": {
"install": "echo \"Error: Please `cd` into one of [vs|vscode|jb] directories and run `npm install`\" && exit 1",
"build": "echo \"Error: Please `cd` into one of [vs|vscode|jb] directories and run `npm build`\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TeamCodeStream/codestream.git"
},
"author": "",
"license": "",
"bugs": {
"url": "https://github.com/TeamCodeStream/codestream/issues"
},
"homepage": "https://github.com/TeamCodeStream/codestream#readme"
}