-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.09 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.09 KB
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
{
"name": "immodel-base",
"version": "0.1.2",
"description": "Collection of plugins that add basic model functionality to immodel.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "immodel/base"
},
"keywords": [
"immodel",
"immodel",
"base",
"base",
"plugins"
],
"author": "ashaffer (http://github.com/ashaffer)",
"license": "MIT",
"bugs": {
"url": "https://github.com/immodel/base/issues"
},
"homepage": "https://github.com/immodel/base",
"dependencies": {
"immodel-attrs": "immodel/attrs",
"immodel-cast": "immodel/cast",
"immodel-defaults": "immodel/defaults",
"immodel-discriminators": "immodel/discriminators",
"immodel-enum": "immodel/enum",
"immodel-getter-setter": "immodel/getter-setter",
"immodel-hooks": "git://github.com/immodel/hooks",
"immodel-methods": "immodel/methods",
"immodel-primitives": "immodel/primitives",
"immodel-required": "immodel/required",
"immodel-types": "immodel/types",
"immodel-validation": "immodel/validation"
}
}