-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
48 lines (48 loc) · 1.13 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "feather",
"version": "0.3.3",
"description": "Full featured widget-based RIA framework for node",
"scripts": {
"test": "mocha"
},
"dependencies": {
"clean-css": "~2.0.2",
"cli": "~0.4.5",
"colorize": "~0.1.0",
"connect": "~2.12.0",
"connect-redis": "1.4.6",
"cradle": "git+http://github.com/ryedin/cradle.git#4246311c3b87",
"daemon": "~1.1.0",
"feather-config": "~0.1",
"fuzzymap": "~0.1",
"github-flavored-markdown": "~1.0.1",
"inherits": "~1.0.0",
"jsdom": "~0.8.9",
"knox": "~0.8.8",
"node-uuid": "~1.4.1",
"redis": "0.9.2",
"send": "~0.1.4",
"socket.io": "~0.9.16",
"underscore": "~1.5.2",
"watch": "~0.8",
"yuitest": "~0.7.9",
"cookie": "~0.1.0",
"file": "~0.2.1",
"multer": "0.0.5",
"body-parser": "~1.0.2",
"heapdump": "~0.2.7"
},
"devDependencies": {
"mocha": "1.15.1",
"request": "~2.30",
"spec": "~1.0",
"should": "~2.1.1",
"validator": "~2.0.0"
},
"repository": {
"type": "git",
"url": "git://github.com/theVolary/feather.git"
},
"author": "The Volary LLC",
"license": "MIT"
}