-
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) · 904 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 904 Bytes
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": "content-interface-tweak",
"version": "1.0.0",
"description": "Creating content in Blackboard Learn is painful and produces ugly content that is not maintainable. No real support is provided for standard authoring functionality (e.g. version control, grammar checking, citation management etc.) No surprise then that most people upload documents (PDF, Word, PowerPoint etc.).",
"main": "content.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"jshint": "^2.13.6"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/djplaner/Content-Interface-Tweak.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/djplaner/Content-Interface-Tweak/issues"
},
"homepage": "https://github.com/djplaner/Content-Interface-Tweak#readme"
}