-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 881 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 881 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
26
27
{
"name": "opencourses_lib",
"version": "1.0.0",
"description": "Node module to expose all the functions of required by the opencourses CLI and Electron application.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/opencourses/opencourses_lib.git"
},
"author": "Antonio Langiu <antonio.langiu@studenti.polito.it>",
"license": "MIT",
"bugs": {
"url": "https://github.com/opencourses/opencourses_lib/issues"
},
"homepage": "https://github.com/opencourses/opencourses_lib#readme",
"dependencies": {
"loglevel": "^1.6.1",
"mkdirp": "^0.5.1",
"ncp": "^2.0.0",
"revalidator": "^0.3.1",
"toml": "github:AntonioLangiu/toml-node#preserve_comment",
"toml-stream": "github:AntonioLangiu/toml-stream#dump_comment"
}
}