UNPKG

832 BJSONView Raw
1{
2 "name": "ifnode",
3 "version": "1.5.4",
4 "description": "Node.js MVC Framework",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha --check-leaks"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/ilfroloff/ifnode.git"
12 },
13 "keywords": [
14 "mvc",
15 "framework"
16 ],
17 "author": "ilfroloff <ilfroloff@gmail.com> (https://twitter.com/ilfroloff)",
18 "license": "MIT",
19 "dependencies": {
20 "express": "4.14.0",
21 "sprintf": "0.1.5",
22 "diread": "0.2.0",
23 "lodash": "4.16.4",
24 "node-uuid": "1.4.7",
25 "debug": "2.2.0"
26 },
27 "devDependencies": {
28 "supertest": "1.1.x",
29 "mocha": "2.2.x",
30 "should": "6.0.x",
31 "eslint": "3.7.0",
32 "eslint-plugin-require-jsdoc": "1.0.x"
33 }
34}