-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 778 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 778 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
28
29
30
{
"name": "r-while_syntax_highlighter",
"version": "0.9.2",
"description": "R-WHILE syntax highlighter with Ace-js.",
"main": "build.js",
"scripts": {
"build": "node build.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yokoyama-lab/R-WHILE_Syntax_Highlighter.git"
},
"keywords": [
"R-WHILE",
"ace.js",
"syntax_highlighter"
],
"author": "yokoyama-lab",
"license": "MIT",
"bugs": {
"url": "https://github.com/yokoyama-lab/R-WHILE_Syntax_Highlighter/issues"
},
"homepage": "https://github.com/yokoyama-lab/R-WHILE_Syntax_Highlighter#readme",
"devDependencies": {
"co": "^4.6.0",
"fs-extra": "^9.0.1",
"node-cmd": "^3.0.0"
}
}