-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
75 lines (75 loc) · 1.83 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "pintura",
"version": "0.3.9",
"author": "Kris Zyp",
"email": "[email protected]",
"description": "JSGI-based RESTful JSON/JavaScript server",
"contributors": [
"Vladimir Dronnikov <[email protected]>"
],
"keywords": [
"rest",
"database",
"web",
"json",
"persevere"
],
"mappings": {
"perstore": "http://github.com/kriszyp/perstore/zipball/v0.2.4",
"templify": "http://github.com/dmachi/templify/zipball/master",
"promised-io": "jar:http://github.com/kriszyp/promised-io/zipball/v0.2.3!/",
"patr": "jar:http://github.com/kriszyp/patr/zipball/v0.2.6!/",
"tunguska": "http://github.com/kriszyp/tunguska/zipball/v0.2.4",
"jsgi-node": "http://github.com/kriszyp/jsgi-node/zipball/v0.2.5",
"node-formidable": "http://github.com/felixge/node-formidable/zipball/v0.9.8"
},
"overlay": {
"narwhal": {
"mappings": {
"uri": "url",
"jsgi/multipart": "./engines/rhino/lib/jsgi/multipart.js"
}
},
"node": {
"mappings": {
"jsgi/multipart": "./engines/node/lib/jsgi/multipart.js"
}
}
},
"licenses": [
{
"type": "AFLv2.1",
"url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L43"
},
{
"type": "BSD",
"url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L13"
}
],
"repository": {
"type": "git",
"url": "http://github.com/persvr/pintura"
},
"directories": {
"lib": "."
},
"maintainers": [
{
"name": "Kris Zyp",
"email": "[email protected]"
}
],
"dependencies": {
"formidable": ">=1.0.0",
"jsgi-node": ">=0.3.3",
"perstore": ">=0.3.0",
"promised-io": ">=0.3.0",
"rql": ">=0.3.1",
"templify": ">=0.9.0",
"tunguska": ">=0.3.0",
"ws": "^0.4.32"
},
"devDependencies": {
"patr": ">=0.2.6"
}
}