forked from wavedrom/wavedrom.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 804 Bytes
/
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
{
"name": "wavedrom-editor",
"description": "WaveDrom editor",
"version": "2.7.0",
"main": "index.js",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "eslint editor.js init.js",
"build": "./build-wde.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/wavedrom/wavedrom.github.io"
},
"keywords": [
"waveform",
"verilog",
"RTL"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/wavedrom/wavedrom.github.io/issues"
},
"homepage": "http://wavedrom.com",
"devDependencies": {
"@drom/eslint-config": "^0.10.0",
"codemirror": "^5.61.1",
"eslint": "^2.13.1",
"wavedrom": "^2.7.0"
},
"eslintConfig": {
"extends": "@drom/eslint-config/eslint4/node4"
}
}