forked from wavedrom/wavedrom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1007 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
38
39
40
41
42
43
44
45
46
47
48
{
"name": "wavedrom",
"version": "1.3.0",
"description": "Digital timing diagram in your browser",
"homepage": "http://wavedrom.com",
"author": "[email protected]",
"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.min.js",
"LICENSE",
"lib/**",
"skins/**"
],
"scripts": {
"test": "grunt"
},
"keywords": [
"waveform",
"verilog",
"RTL"
],
"devDependencies": {
"eslint": "^2.7.0",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-eslint": "^18.0.0",
"js-beautify": "^1.6.2",
"jsof": "^0.2.1",
"yargs": "^4.4.0"
},
"dependencies": {
"onml": "^0.3.1",
"tspan": "^0.1.4"
}
}