-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
45 lines (45 loc) · 1.11 KB
/
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
{
"name": "mobileui",
"version": "2.0.4",
"description": "MobileUI is a simple and easy NPM package to install UI Components for web mobile apps using HTML, CSS and JavaScript.",
"main": "./bin/mobileui",
"scripts": {
"test": "./node_modules/.bin/mocha --timeout 120000 --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MobileUI/mobileui.git"
},
"author": "Fabio Rogerio SJ <[email protected]> (http://fabiorogeriosj.com.br)",
"license": "MIT",
"bugs": {
"url": "https://github.com/MobileUI/mobileui/issues"
},
"keywords": [
"app",
"prototypes",
"Mobile UI",
"framework",
"mobile",
"mobileui"
],
"homepage": "https://mobileui.github.io",
"dependencies": {
"axios": "^1.4.0",
"chokidar": "^3.5.1",
"colors": "^1.4.0",
"finalhandler": "^1.1.2",
"minimist": "^1.2.8",
"serve-static": "^1.14.1",
"socket.io": "^4.6.2",
"unzipper": "^0.10.14"
},
"bin": {
"mobileui": "./bin/mobileui"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^10.2.0",
"should": "^11.1.1"
}
}