-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 932 Bytes
/
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
{
"name": "kiss.js",
"version": "0.8.1",
"description": "Web framework for node.js in CoffeeScript. Simple and sexy.",
"keywords": ["web", "framework", "coffeescript"],
"repository": "git://github.com/stanislavfeldman/kiss.js.git",
"author": "Stanislav Feldman <stanislavfeldman@gmail.com>",
"dependencies":
{
"connect": "^3.4.0",
"cookie-parser": "^1.4.0",
"cookie-session": "^1.2.0",
"serve-static": "^1.10.0",
"coffee-script": "latest",
"vows": "latest",
"swig": "latest",
"html-minifier": "latest",
"mime": "^1.3.4",
"findit": "^2.0.0",
"uglify-js": "latest",
"commander": "latest",
"wrench": "latest",
"connect": "^3.4.0",
"stylus": "^0.52.4",
"eventemitter2": "^0.14.4"
},
"main": "index",
"bin":
{
"kiss": "./bin/kiss.js"
},
"scripts" :
{
"test" : "./bin/kiss.js test"
},
"engines":
{
"node": ">= 0.4.1"
}
}