forked from evoluteur/evolutility-ui-jquery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·48 lines (48 loc) · 1.1 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
42
43
44
45
46
47
48
{
"name": "evolutility",
"version": "1.1",
"copyright": "(c) 2015 Olivier Giulieri",
"license": "AGPL-3.0",
"target": "dist",
"homepage": "http://evoluteur.github.io/evolutility/",
"author": {
"name": "Olivier Giulieri",
"url": "https://github.com/evoluteur"
},
"repository": {
"type": "git",
"url": "git://github.com/evoluteur/evolutility.git"
},
"bugs": "https://github.com/evoluteur/evolutility/issues",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.7.0",
"grunt-contrib-less": "~1.0.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-jshint": "~0.11.0"
},
"dependencies": {
"jquery": "2.1.4",
"backbone": "1.1.2",
"backbone.localStorage": "v1.1.7",
"underscore": "1.8.3",
"d3": "3.5.5",
"bootstrap": "3.3.4",
"bootstrap-datepicker": "1.4.0",
"select2": "3.5.2",
"toastr": "2.1.1"
},
"keywords": [
"metadata",
"UI",
"forms",
"CRUD",
"framework",
"D3",
"Backbone",
"web",
"MDA",
"MDDA"
]
}