forked from msg-systems/datamodeljs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.33 KB
/
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
{
"name": "datamodeljs",
"homepage": "https://github.com/msg-systems/datamodeljs",
"description": "This library handles entity like javascript objects. Allowing relationships between those objects. Also allowing bi-directional relationships. Tracking states (changed, new, deleted) of those objects.",
"version": "1.3.2",
"license": "MIT",
"author": {
"name": "Jochen Hoertreiter",
"email": "[email protected]",
"url": "https://github.com/JochenHoertreiter"
},
"keywords": [
"data",
"model",
"datamodel",
"json",
"entity",
"entity mananger"
],
"repository": {
"type": "git",
"url": "https://github.com/msg-systems/datamodeljs.git"
},
"bugs": {
"url": "https://github.com/msg-systems/datamodeljs/issues"
},
"main": "./lib/datamodel.js",
"devDependencies": {
"load-grunt-tasks": "~3.5.2",
"grunt": "~1.0.1",
"grunt-cli": "~1.2.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-mocha-test": "0.12.7",
"mocha": "3.0.2",
"chai": "3.5.0"
},
"engines": {
"node": ">=0.10.0"
}
}