forked from wavedrom/wavedrom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 983 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
{
"name": "wavedrom",
"version": "1.4.1",
"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": {
"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.1",
"grunt-contrib-uglify": "^2.0.0",
"grunt-eslint": "^19.0.0",
"js-beautify": "^1.6.3",
"jsof": "^0.2.1",
"yargs": "^4.8.1"
},
"dependencies": {
"onml": "^0.3.1",
"tspan": "^0.1.4"
}
}