-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 956 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
{
"name": "@quenk/wml-widgets",
"version": "1.38.4",
"description": "Various wml widgets for creating web apps.",
"repository": {
"type": "git",
"url": "https://github.com/quenktechnologies/wml-widgets"
},
"scripts": {},
"files": [
"lib",
"dist",
"widgets.less"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"dependencies": {
"@quenk/noni": "^1.44.0"
},
"devDependencies": {
"@quenk/wml": "^2.13.4",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.20",
"browserify": "^17.0.0",
"docopt": "^0.6.2",
"less": "^4.1.3",
"less-plugin-js-vars": "^3.0.0",
"less-plugin-npm-import": "^2.1.0",
"mocha": "^10.0.0",
"must": "^0.13.4",
"typescript": "^4.8.3",
"web-console-reporter": "^1.0.0"
},
"author": "Quenk Technologies <info@quenk.com> (https://quenk.com)",
"license": "Apache-2.0",
"engines": {
"node": ">=6.11.3",
"npm": ">=5.6.0"
}
}