-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.03 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.03 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
{
"name": "couchbase-tutorials",
"version": "1.0.0",
"description": "Welcome to the Couchbase Tutorials repository, a comprehensive collection of markdown files designed to help you master the power and versatility of Couchbase. Please find all tutorials available at couchbase.com/developers here.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test:frontmatter": "node ./test/test-markdown-frontmatter.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/couchbase-examples/couchbase-tutorials.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/couchbase-examples/couchbase-tutorials/issues"
},
"homepage": "https://github.com/couchbase-examples/couchbase-tutorials#readme",
"dependencies": {
"cheerio": "^1.1.2",
"fs": "^0.0.1-security",
"js-yaml": "^4.1.0",
"marked": "^17.0.1",
"path": "^0.12.7"
},
"devDependencies": {
"chalk": "^4.1.2"
}
}