-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
43 lines (43 loc) · 958 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "meanify",
"version": "0.1.8",
"description": "Node.js Express middleware that uses your Mongoose schema to generate SCRUD API routes compatible with AngularJS and ngResource.",
"main": "meanify.js",
"dependencies": {
"body-parser": "^1.14.2",
"debug": "^2.2.0",
"pluralize": "^1.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/artzstudio/meanify"
},
"keywords": [
"mean",
"rest",
"angular",
"express",
"middleware",
"api",
"router",
"mongodb",
"mongoose",
"orm",
"model",
"crud",
"ngresource",
"schema"
],
"author": "Dave Artz <[email protected]> (http://artzstudio.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/artzstudio/meanify/issues"
},
"homepage": "https://github.com/artzstudio/meanify",
"devDependencies": {
"express": "*",
"mongoose": "*",
"request": "*",
"tap": "*"
}
}