-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
44 lines (44 loc) · 1008 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
{
"name": "@wavedrom/doppler",
"version": "1.13.0",
"description": "flex waves",
"main": "lib/index.js",
"directories": {
"test": "test"
},
"files": [
"lib"
],
"scripts": {
"test": "eslint lib ; mocha test",
"watch": "watchify ./lib/page-format.js -o docs/page-format.js -v"
},
"repository": {
"type": "git",
"url": "git+https://github.com/drom/doppler.git"
},
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/drom/doppler/issues"
},
"homepage": "https://github.com/drom/doppler#readme",
"dependencies": {
"lodash.get": "^4.4.2",
"onml": "^2.1.0",
"w3c-keyname": "^2.2.8"
},
"devDependencies": {
"@drom/eslint-config": "^0.12.0",
"browserify": "^17.0.0",
"chai": "^4.4.1",
"eslint": "^8.56.0",
"mocha": "^10.3.0",
"onml": "^2.1.0",
"terser": "^5.27.0",
"watchify": "^4.0.0"
},
"eslintConfig": {
"extends": "@drom/eslint-config/eslint8/node12"
}
}