UNPKG

681 BJSONView Raw
1{
2 "name": "crixalis",
3 "version": "1.0.0",
4 "description": "Lightweight web framework",
5 "main": "lib/index.js",
6 "license": "LGPL-3.0",
7 "keywords": ["framework", "rest", "web", "server", "http", "static"],
8 "author": {
9 "name": "Alexander Nazarov",
10 "email": "n4kz@n4kz.com"
11 },
12 "bin": {
13 "crixalis": "bin/crixalis"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git://github.com/n4kz/crixalis.git"
18 },
19 "dependencies": {
20 "async-cache": "*",
21 "mime": "*",
22 "optimist": "*",
23 "sprintf": "*",
24 "strftime": "*"
25 },
26 "devDependencies": {
27 "coffee-script": ">=1.6.0",
28 "vows": ">=0.8.0"
29 },
30 "engines": {
31 "node": ">=0.6.0"
32 },
33 "scripts": {
34 "test": "make test"
35 }
36}