forked from 418sec/larvitbase-www
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.18 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
46
47
48
{
"name": "larvitbase-www",
"version": "0.7.5",
"description": "Website framework based on larvitbase",
"main": "index.js",
"scripts": {
"test": "./node_modules/tape/bin/tape ./test/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/larvit/larvitbase-www.git"
},
"keywords": [
"http",
"www",
"rest",
"framework"
],
"author": {
"name": "Mikael 'Lilleman' Göransson",
"email": "[email protected]",
"url": "https://github.com/larvit/larvitbase-www"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/larvit/larvitbase-www/issues"
},
"homepage": "https://github.com/larvit/larvitbase-www#readme",
"dependencies": {
"ejs": "git+https://github.com/larvit/ejs.git#24ea30276fdfa64737985e58031b6f3b4981b1e5",
"larvitbase": "^3.1.3",
"larvitfs": "^2.3.1",
"larvitreqparser": "^0.4.4",
"larvitrouter": "^3.0.1",
"larvitutils": "^2.1.1",
"lodash": "^4.17.11",
"send": "^0.16.1"
},
"devDependencies": {
"async": "2.6.3",
"coveralls": "3.0.9",
"eslint": "5.16.0",
"istanbul": "0.4.5",
"request": "2.88.2",
"tape": "4.13.0",
"tape-eslint": "1.2.1"
}
}