forked from edemaine/coauthor
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·55 lines (55 loc) · 1.48 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "coauthor",
"version": "1.0.0",
"description": "Coauthor collaboration/discussion forum",
"main": "index.js",
"scripts": {
"postinstall": "node node_modules/grunt/bin/grunt --gruntfile .Gruntfile.coffee"
},
"repository": {
"type": "git",
"url": "git+https://github.com/edemaine/coauthor.git"
},
"author": {
"name": "Erik Demaine",
"email": "[email protected]",
"url": "http://erikdemaine.org/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/edemaine/coauthor/issues"
},
"homepage": "https://github.com/edemaine/coauthor",
"dependencies": {
"@babel/runtime": "^7.2.0",
"@edemaine/codemirror-spell-checker": "^0.0.1",
"babel-runtime": "^6.26.0",
"bcrypt": "^3.0.6",
"bootstrap": "^3.4.1",
"bootstrap-slider": "^10.6.1",
"chart.js": "^2.8.0",
"codemirror": "^5.47.0",
"cookie": "^0.3.1",
"diff": "^3.5.0",
"exif-parser": "^0.1.12",
"highlight.js": "^9.15.8",
"jquery": "^3.4.0",
"jszip": "^3.2.1",
"katex": "^0.10.2",
"markdown-it": "^8.4.2",
"markdown-it-replacements": "^1.0.1",
"meteor-node-stubs": "^0.4.1",
"moment-timezone": "^0.5.25",
"pdfjs-dist": "^2.0.943",
"roman-numeral": "^0.2.6",
"sanitize-html": "^1.20.1"
},
"devDependencies": {
"grunt": "^1.0.4",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-less": "^2.0.0",
"grunt-replace": "^1.0.1"
}
}