-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "@gkjohnson/sharedb-builds",
"version": "0.0.2",
"description": "Prebuilt versions of the ShareDB Client and OT Types",
"dependencies": {},
"devDependencies": {
"babel-loader": "^7.1.1",
"sharedb": "^1.0.0-beta.7",
"babel-core": "^6.25.0",
"ot-json0": "^1.0.1",
"ot-text": "^1.0.1",
"ot-text-tp2": "^1.0.0",
"rich-text": "^3.1.0",
"webpack": "^3.3.0"
},
"scripts": {
"build": "webpack",
"update": "npm update --save & npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"collaboration",
"share",
"sharedb",
"webpack",
"precompiled",
"prebuilt",
"packages"
],
"repository": {
"type": "git",
"url": "git+https://github.com/gkjohnson/sharedb-builds.git"
},
"author": "Garrett Johnson <garrett.kjohnson@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/gkjohnson/sharedb-builds/issues"
},
"homepage": "https://github.com/gkjohnson/sharedb-builds#readme"
}