-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1012 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
44
45
46
47
{
"name": "jefri-modeler",
"title": "JEFRi Modeler",
"homepage": "http://www.jefri.org",
"version": "1.0.0",
"author": {
"name": "David Souther",
"email": "<[email protected]>"
},
"description": "Context E-R modeler for JEFRi.",
"repository": {
"type": "git",
"url": "https://github.com/DavidSouther/JEFRi.git"
},
"scripts": {
"start": "node lib/jefri-modeler.js"
},
"keywords": [
"ef",
"entity",
"entity framework",
"erdf",
"entity-relationship"
],
"dependencies": {
"express": "*",
"jefri": "*",
"jefri-server": "*",
"jefri-stores": "^1.1.1-RC3",
"st": "^0.5.1",
"superscore": "*"
},
"devDependencies": {
"grunt-contrib": "*",
"grunt-contrib-coffee": "^0.11.1",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-mincss": "^0.3.2",
"grunt-contrib-stylus": "^0.19.0",
"grunt-livescript": "*"
},
"licenses": [
{
"type": "MIT"
}
]
}