-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.old.json
52 lines (52 loc) · 1.06 KB
/
package.old.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
{
"name": "rip",
"description": "REST Testing Policy for OGC Services",
"version": "0.1.0-37",
"private": false,
"subdomain": "rip",
"scripts": {
"start": "node server.js"
},
"author": {
"name": "Patrice G. Cappelaere",
"email": "[email protected]"
},
"contributors": [
{
"name": "TJ Holowaychuk",
"email": "[email protected]"
}
],
"dependencies": {
"async": "0.1.22",
"chai": "1.0.4",
"connect-redis": "1.1.0",
"connect": "1.8.2",
"cookies": "0.1.6",
"debug": "0.7.0",
"ejs": "0.7.1",
"express": "2.5.10",
"express-messages": "0.0.2",
"eyes": "0.1.7",
"jade": "0.26.3",
"jsdom": "0.2.14",
"mocha": "1.2.1",
"node-html-encoder": "0.0.1",
"oauth": "0.9.1",
"openid": "0.4.2",
"redis": "0.6.0",
"request": "2.9.202",
"socket.io": "0.9.6",
"uglify-js": "1.2.2",
"underscore": "~1.3.3",
"vows": "0.6.1"
"xml2js": "0.1.14"
},
"repository": {
"type": "git",
"url": "[email protected]:rip"
},
"engines": {
"node": ">0.6.x"
}
}