-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1009 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
{
"name": "dhx",
"version": "1.0.3",
"description": "Agile JS framework for realtime web apps",
"main": "Gruntfile.js",
"dependencies": {
"grunt": "^0.4.5",
"grunt-contrib-uglify": "^0.9.1"
},
"devDependencies": {
"grunt-autoprefixer": "^3.0.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-cssbeautifier": "^0.1.2",
"grunt-jsbeautifier": "^0.2.10",
"grunt-readme": "^0.4.5",
"grunt-version": "^1.0.0",
"jshint-stylish": "^2.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/web2solutions/dhx.git"
},
"keywords": [
"DHTMLX",
"Javascript",
"Agile",
"Scaffold",
"RIA",
"CRUD"
],
"author": "José Eduardo Perotta de Almeida",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/web2solutions/dhx/issues"
},
"homepage": "https://github.com/web2solutions/dhx#readme"
}