forked from wavedrom/wavedrom
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 957 Bytes
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 957 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "wavedrom",
"version": "1.2.3",
"description": "Digital timing diagram in your browser",
"homepage": "http://wavedrom.com",
"author": "alex.drom@gmail.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/drom/wavedrom.git"
},
"bugs": {
"url": "https://github.com/drom/wavedrom/issues"
},
"main": "./lib",
"files": [
"WaveDrom.js",
"wavedrom.max.js",
"LICENSE",
"lib/**",
"skins/**"
],
"scripts": {
"test": "grunt"
},
"keywords": [
"waveform",
"verilog",
"RTL"
],
"devDependencies": {
"eslint": "^1.10.3",
"grunt": "^0.4.5",
"grunt-browserify": "^4.0.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-uglify": "^0.11.0",
"grunt-eslint": "^17.3.1",
"sax": "^1.1.4"
},
"dependencies": {
"onml": "^0.3.1",
"tspan": "^0.1.4"
}
}