-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 857 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
{
"name": "spa-simple",
"version": "0.4.1",
"description": "simple spa framework",
"main": "index.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Drulac/spa-simple.git"
},
"keywords": [
"spa",
"framework"
],
"author": "Drulac <[email protected]> (https://github.com/Drulac/)",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/Drulac/spa-simple/issues"
},
"homepage": "https://github.com/Drulac/spa-simple#readme",
"dependencies": {
"array-async-methods": "0.0.2",
"big.js": "^5.0.3",
"html-minifier": "^3.5.13",
"json-url": "^2.3.4",
"socket.io-with-get": "^1.2.0",
"then-fs": "^2.0.0",
"uws": "^8.14.1",
"uws-with-on.js": "^1.2.1"
}
}