-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
59 lines (59 loc) · 1.13 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
56
57
58
59
{
"name": "@matrixoc/snippet",
"description": "A library of code snippets.",
"version": "1.1.70",
"main": "./package/package.js",
"devDependencies": {
"colors": "^1.3.3",
"glob": "^7.1.4",
"ws": ">=3.3.1",
"braces": ">=2.3.1",
"marked": ">=0.6.1"
},
"repository": {
"type": "git",
"url": "https://github.com/opensource-matrix/snippet.git"
},
"bugs": {
"url": "https://github.com/opensource-matrix/snippet/issues",
"email": "[email protected]"
},
"scripts": {
"test": "node ./test/test.js & ruby ./test/test_ruby.rb"
},
"keywords": [
"snippet",
"snippets",
"programming",
"language",
"languages",
"ruby",
"node",
"nodejs",
"javascript",
"java"
],
"files": [
"/package",
"/snippets",
"/src",
"/test",
".gitignore",
".npmignore",
"publish.bat",
"package.json",
"1up.js",
"package-lock.json",
"README.md",
"snippet_log.js",
"addLanguage.js",
"CONTRIBUTING.md",
"/assets"
],
"bin": {
"create_language": "./addLanguage.js"
},
"dependencies": {
"docsify-cli": "^4.3.0"
}
}