-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.04 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.04 KB
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
{
"name": "opencourses",
"version": "1.0.0",
"description": "This command line script is used to manage one opencourse repository",
"main": "cli.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/opencourses/open_courses_scripts.git"
},
"keywords": [
"opencourses",
"openeduction"
],
"author": "Antonio Langiu <antonio.langiu@studenti.polito.it>",
"license": "MIT",
"bin": {
"opencourses": "./cli.js"
},
"bugs": {
"url": "https://github.com/opencourses/open_courses_scripts/issues"
},
"homepage": "https://github.com/opencourses/open_courses_scripts#readme",
"dependencies": {
"chalk": "^2.4.1",
"concat-stream": "^1.6.2",
"mkdirp": "^0.5.1",
"ncp": "^2.0.0",
"npm": "^6.1.0",
"prompt": "^1.0.0",
"revalidator": "^0.3.1",
"toml": "github:AntonioLangiu/toml-node#preserve_comment",
"toml-stream": "github:AntonioLangiu/toml-stream#dump_comment",
"yargs": "^11.1.0"
}
}