-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 800 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 800 Bytes
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
{
"name": "fun",
"description": "A programming language for realtime web applications",
"version": "0.3.0",
"homepage": "https://github.com/marcuswestin/fun",
"repository": {
"type": "git",
"url": "git://github.com/marcuswestin/fun.git"
},
"author": "Marcus Westin <narcvs@gmail.com> (http://marcuswest.in)",
"main": "fun",
"bin": {
"fun": "./bin/fun"
},
"dependencies": {
"optimist": "0.2.8",
"request": "2.9.153",
"clean-css": "0.3.2",
"require": "0.4.9",
"socket.io": "0.9.6",
"std": "0.1.35",
"stylus": "0.25.0",
"colors": "0.6.0-1",
"fun-dom": "0.1.5"
},
"devDependencies": {
"nodeunit": "0.6.4",
"zombie": "2.0.0-alpha18"
},
"engines": {
"node": ">= 0.4.0"
},
"scripts": {
"test": "make test"
}
}