-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 879 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
{
"name": "hypermodel",
"version": "1.0.9",
"description": "related model ui builder library",
"main": "dist/hypermodel.min.js",
"scripts": {
"build": "grunt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KennethanCeyer/HyperModel.git"
},
"keywords": [
"hypermodel",
"builder",
"wyswyg",
"database",
"related",
"modeling",
"connection",
"grid",
"jquery",
"pignose"
],
"author": "PIGNOSE",
"license": "MIT",
"bugs": {
"url": "https://github.com/KennethanCeyer/HyperModel/issues"
},
"homepage": "https://github.com/KennethanCeyer/HyperModel#readme",
"dependencies": {},
"devDependencies": {
"grunt": "^1.0.2",
"grunt-contrib-csslint": "^2.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^3.3.0"
}
}