forked from c9/architect
-
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": "architect",
"description": "A Simple yet powerful plugin system for node applications",
"version": "0.1.13",
"author": "ajax.org B.V. <[email protected]>",
"contributors": [
{
"name": "Tim Caswell",
"email": "[email protected]"
},
{
"name": "Fabian Jakobs",
"email": "[email protected]"
},
{
"name": "Christoph Dorn",
"email": "[email protected]"
}
],
"main": "architect.js",
"repository": {
"type": "git",
"url": "http://github.com/c9/architect.git"
},
"dependencies": {},
"devDependencies": {},
"optionalDependencies": {},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/c9/architect/raw/master/LICENSE"
}
]
}