forked from Jemt/Fit.UI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.08 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
{
"name": "fit-ui-dev",
"version": "0.0.0",
"description": "Fit.UI is an object oriented JavaScript based UI framework for building rich web applications",
"main": "index.js",
"devDependencies": {
"concurrently": "^6.1.0",
"http-server": "^0.12.3",
"opn": "^6.0.0",
"uglify-js": "^3.13.6",
"uglifycss": "0.0.29"
},
"scripts": {
"test": "cd build && ./Build umd minify && cd .. && concurrently \"node node_modules/http-server/bin/http-server\" \"sleep 1 && ./node_modules/opn/xdg-open http://localhost:8080/Test\"",
"debug": "cd Debug && ./prepare && cd .. && concurrently \"node node_modules/http-server/bin/http-server -c-1\" \"sleep 1 && ./node_modules/opn/xdg-open http://localhost:8080/Debug\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jemt/Fit.UI.git"
},
"keywords": [
"UI",
"UX",
"Interface",
"Controls"
],
"author": "Jimmy Thomsen",
"license": "SEE LICENSE IN LICENSE FILE",
"bugs": {
"url": "https://github.com/Jemt/Fit.UI/issues"
},
"homepage": "https://github.com/Jemt/Fit.UI#readme"
}