UNPKG

771 BJSONView Raw
1{
2 "name": "ifnode",
3 "version": "1.6.6",
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": "Ilya Frolov <ilfroloff@gmail.com>",
18 "license": "MIT",
19 "dependencies": {
20 "debug": "2.6.8",
21 "diread": "0.2.0",
22 "express": "4.15.3",
23 "lodash": "4.17.4",
24 "uuid": "3.1.0"
25 },
26 "devDependencies": {
27 "eslint": "3.12.0",
28 "eslint-plugin-require-jsdoc": "1.0.4",
29 "mocha": "3.4.2",
30 "should": "11.2.1",
31 "supertest": "2.0.1"
32 }
33}