-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.26 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.26 KB
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
{
"author": "Eric Redmond <eric.redmond@gmail.com>",
"name": "systatic",
"description": "Static Application Server",
"version": "0.1.7",
"homepage": "http://systaticjs.com/",
"preferGlobal": "true",
"repository": {
"type": "git",
"url": "http://github.com/coderoshi/systatic.git"
},
"keywords": ["http", "webserver", "appserver", "static", "framework", "bricks", "servitude"],
"license" : "MIT/X11",
"main": "./lib/systatic.coffee",
"engines": {
"node": "~>0.6.0"
},
"dependencies": {
"iced-coffee-script" : "~>1.3.3a",
"optimist" : "~>0.2.0",
"node-fs" : "~>0.1.3",
"wrench" : "~>1.3.8",
"bricks" : "~>1.1.4",
"servitude" : "~>0.2.0",
"coffee-script" : "~>1.3.3",
"jade" : "~>0.21.0",
"less" : "~>1.3.0",
"bricks" : "~>1.1.4",
"underscore" : "~>1.3.1",
"uglify-js" : "~>1.2.6",
"clean-css" : "~>0.3.2",
"compress-buffer" : "~>0.5.1",
"noxmox" : "~>0.1.8"
},
"devDependencies": {
"vows": ">=0.5.0"
},
"directories": {
"test": "./test",
"lib": "./lib",
"bin": "./bin"
},
"scripts": {
"test": "vows --spec"
},
"bin": {
"systatic": "./bin/systatic"
}
}