-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.47 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
49
50
51
52
53
54
55
56
{
"name": "nogap",
"version": "0.7.3",
"author": {
"name": "Dominik Seifert",
"email": "[email protected]",
"url": "http://www.linkedin.com/pub/dominik-seifert/54/63b/8b6"
},
"main": "./index.js",
"repository": {
"type": "git",
"url": "https://github.com/Domiii/NoGap"
},
"engines": {
"node": ">= 0.8.0"
},
"license": "MIT",
"description": "NoGap is a full-stack (spans Host and Client) JavaScript framework, featuring RPC + simple code sharing + basic asset management + full-stack Promise chains and more...",
"bugs": {
"url": "https://github.com/Domiii/NoGap/issues"
},
"homepage": "https://github.com/Domiii/NoGap",
"dependencies": {
"squishy": "*",
"mime": "*",
"express": "*",
"lodash": "*"
},
"devDependencies": {
"marked-toc": "*"
},
"scripts": {
"precommit": "node pre-commit"
},
"gitHead": "40e7719e8e8149e9aaabfbb5ff3b1838974a7589",
"_id": "[email protected]",
"_shasum": "25c677b4dba9b9b168234c928a06ab9830638fa2",
"_from": "nogap@*",
"_npmVersion": "1.4.28",
"_npmUser": {
"name": "domiii",
"email": "[email protected]"
},
"maintainers": [
{
"name": "domiii",
"email": "[email protected]"
}
],
"dist": {
"shasum": "25c677b4dba9b9b168234c928a06ab9830638fa2",
"tarball": "http://registry.npmjs.org/nogap/-/nogap-0.5.3.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/nogap/-/nogap-0.5.3.tgz"
}