UNPKG

857 BJSONView Raw
1{
2 "name": "architect",
3 "description": "A Simple yet powerful plugin system for node applications",
4 "version": "0.1.10",
5 "author": "ajax.org B.V. <info@ajax.org>",
6 "contributors": [
7 {
8 "name": "Tim Caswell",
9 "email": "tim@c9.io"
10 },
11 {
12 "name": "Fabian Jakobs",
13 "email": "fabian@c9.io"
14 },
15 {
16 "name": "Christoph Dorn",
17 "email": "christoph@christophdorn.com"
18 }
19 ],
20 "main": "architect.js",
21 "repository": {
22 "type": "git",
23 "url": "http://github.com/c9/architect.git"
24 },
25 "dependencies": {},
26 "devDependencies": {},
27 "optionalDependencies": {},
28 "licenses": [
29 {
30 "type": "MIT",
31 "url": "http://github.com/c9/architect/raw/master/LICENSE"
32 }
33 ]
34}