UNPKG

1.51 kBJSONView Raw
1{
2 "name": "nodulator",
3 "version": "0.1.1",
4 "dependencies": {
5 "assert": "*",
6 "async": "*",
7 "body-parser": "*",
8 "coffee-script": "*",
9 "connect-redis": "^3.0.0",
10 "cookie-parser": "*",
11 "debug": "2.2.0",
12 "express": "*",
13 "express-session": "*",
14 "hacktiv": "0.0.3",
15 "livescript": "1.4.0",
16 "mocha": "*",
17 "mongous": "*",
18 "ms": "",
19 "mysql": "*",
20 "node-mysql": "*",
21 "node-rest-client": "*",
22 "polyparams": "0.0.3",
23 "prelude-ls": "1.1.2",
24 "q": "1.4.1",
25 "redis": "^2.2.5",
26 "repl.history": "0.1.3",
27 "settings": "*",
28 "superagent": "*",
29 "supertest": "*",
30 "underscore": "*",
31 "validator": "~3.27.0"
32 },
33 "description": "Complete NodeJS Framework for Restfull APIs",
34 "main": "index.js",
35 "bin": {
36 "N": "./bin/N",
37 "Console": "./bin/Console.ls"
38 },
39 "directories": {
40 "test": "test"
41 },
42 "devDependencies": {
43 "mocha": "~2.0.1",
44 "livescript": "^1.4.0"
45 },
46 "scripts": {
47 "test": "mocha --compilers ls:livescript test"
48 },
49 "repository": {
50 "type": "git",
51 "url": "git://github.com/Champii/Nodulator.git"
52 },
53 "keywords": [
54 "REST",
55 "API",
56 "easy",
57 "express",
58 "ORM",
59 "routing",
60 "framework",
61 "nodejs",
62 "coffee",
63 "coffeescript",
64 "livescript",
65 "reactive",
66 "programming",
67 "promises"
68 ],
69 "author": "Champii <contact@champii.io>",
70 "license": "GPLv2",
71 "bugs": {
72 "url": "https://github.com/Champii/Nodulator/issues"
73 }
74}