UNPKG

1.38 kBJSONView Raw
1{
2 "name": "compound",
3 "version": "1.2.3",
4 "author": "Anatoliy Chakkaev",
5 "contributors": [
6 "Anatoliy Chakkaev <mail@anatoliy.in> (http://anatoliy.in)",
7 "Sascha Gehlich <contact@filshmedia.net> (http://filshmedia.net)"
8 ],
9 "description": "CompoundJS - MVC framework for NodeJS",
10 "keywords": [
11 "mvc",
12 "web",
13 "framework",
14 "rails",
15 "express",
16 "railway"
17 ],
18 "url": "http://compoundjs.com",
19 "engines": [
20 "node >= 0.8.0"
21 ],
22 "main": "lib/server/compound.js",
23 "bin": {
24 "compound": "bin/compound.js",
25 "rw": "bin/compound.js"
26 },
27 "man": [
28 "./man/compound.1",
29 "./man/controller.3",
30 "./man/changelog.3",
31 "./man/railway-changelog.3",
32 "./man/helpers.3",
33 "./man/routing.3"
34 ],
35 "dependencies": {
36 "yaml-js": ">= 0.0.2",
37 "coffee-script": "1.7.x",
38 "ejs-ext": ">= 0.1.4-2",
39 "jade-ext": "= 0.0.7",
40 "railway-routes": "= 0.0.11",
41 "kontroller": ">= 0.0.15",
42 "inflection": "~1.2.5"
43 },
44 "repository": {
45 "type": "git",
46 "url": "https://github.com/1602/compound.git"
47 },
48 "devDependencies": {
49 "jugglingdb": ">= 0.1.25",
50 "nodeunit": "latest",
51 "semicov": "*",
52 "marked": ">= 0.2.6",
53 "express": "4.x",
54 "should": "1.2.2",
55 "mocha": "1.8.1",
56 "jshint": "^2.6.3"
57 },
58 "scripts": {
59 "test": "make test",
60 "prepublish": "make build"
61 }
62}