UNPKG

1.11 kBJSONView Raw
1{
2 "name": "simple-server",
3 "version": "0.1.3",
4 "description": "Simple Server (sise) allows you to easily get a node.js static file server up and running anywhere anytime.",
5 "homepage": "https://github.com/balupton/sise",
6 "keywords": [
7 "server",
8 "coffescript",
9 "simple"
10 ],
11 "author": {
12 "name": "Benjamin Lupton",
13 "email": "b@lupton.cc",
14 "web": "http://balupton.com"
15 },
16 "maintainers": [
17 {
18 "name": "Benjamin Lupton",
19 "email": "b@lupton.cc",
20 "web": "http://balupton.com"
21 }
22 ],
23 "contributors": [
24 {
25 "name": "Benjamin Lupton",
26 "email": "b@lupton.cc",
27 "web": "http://balupton.com"
28 }
29 ],
30 "bugs": {
31 "web": "https://github.com/balupton/sise/issues"
32 },
33 "licenses": [
34 {
35 "type": "MIT",
36 "url": "http://creativecommons.org/licenses/MIT/"
37 }
38 ],
39 "repository" : {
40 "type" : "git",
41 "url" : "http://github.com/balupton/sise.git"
42 },
43 "dependencies": {
44 "express": ">=0.0.1",
45 "coffee4clients": ">=0.0.1"
46 },
47 "engines" : {
48 "node": ">=0.4.0"
49 },
50 "directories": {
51 "lib": "./lib/sise"
52 },
53 "bin": {
54 "sise": "./bin/sise.coffee"
55 },
56 "main": "./lib/sise"
57}
\No newline at end of file