-
Notifications
You must be signed in to change notification settings - Fork 189
/
package.json
35 lines (35 loc) · 984 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
35
{
"author": "uxebu Inc. (http://uxebu.com/)",
"name": "bonsai",
"description": "Bonsai runtime and node server",
"main": "src/bootstrapper/_dev/node.js",
"version": "0.4.5",
"homepage": "https://github.com/uxebu/bonsai/",
"maintainers": [],
"repository": {
"type": "git",
"url": "[email protected]:uxebu/bonsai.git"
},
"dependencies": {
"requirejs": "~2.0"
},
"devDependencies": {},
"engine": {},
"contributors": [
"Jens Arps <[email protected]>",
"David Aurelio <[email protected]>",
"John-David Dalton <[email protected]>",
"Dustan Kasten <[email protected]>",
"Tobias von Klipstein <[email protected]>",
"Wolfram Kriesing <[email protected]>",
"Nikolai Onken <[email protected]>",
"James Padolsey <[email protected]>",
"Tobias Reiss <[email protected]>",
"Stephan Seidt <[email protected]>",
"Peter van der Zee <[email protected]>"
],
"optionalDependencies": {},
"engines": {
"node": "*"
}
}