-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 735 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 735 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
{
"name": "userinterface.js",
"version": "1.4.9",
"scripts": {
"test": "nodeunit",
"generate-docs": "jsdoc --configure .jsdoc.json --verbose"
},
"devDependencies": {
"docdash": "^1.2.0",
"eslint": "^7.0.0",
"jsdoc": "^3.6.7",
"jsdom": "^13.2.0",
"nodeunit": "^0.11.3"
},
"description": "Small library to build front-end apps",
"repository": {
"type": "git",
"url": "git+https://github.com/thoughtsunificator/userinterface.js.git"
},
"author": "Romain Lebesle <oss@thoughtsunificator.me> (https://thoughtsunificator.me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/thoughtsunificator/userinterface.js/issues"
},
"homepage": "https://github.com/thoughtsunificator/userinterface.js#readme"
}