forked from c9/connect-architect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 876 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": "connect-architect",
"description": "build a connect server using architect plugins",
"version": "0.1.0",
"author": "ajax.org B.V. <[email protected]>",
"contributors": [{
"name": "Fabian Jakobs",
"email": "[email protected]"
}, {
"name": "Christoph Dorn",
"email": "[email protected]"
}],
"pm": "npm",
"dependencies": {
"connect": "~2.7.6",
"architect": "~0.1.4",
"netutil": "~0.0.1",
"mime": "~1.2.9"
},
"devDependencies": {
"request": "2.11.1"
},
"scripts": {
"test": "node test/all.js"
},
"repository": {
"type": "git",
"url": "http://github.com/c9/connect-architect.git"
},
"licenses": [{
"type": "MIT",
"url": "http://github.com/c9/connect-architect/raw/master/LICENSE"
}]
}