package.json 2.01 KB
Newer Older
1 2 3 4 5 6
{
  "name": "atlas-metadata",
  "description": "Apache Atlas",
  "private": true,
  "repository": {
    "type": "git",
7
    "url": "https://git-wip-us.apache.org/repos/asf/incubator-atlas.git"
8
  },
9
  "scripts": {
10
    "start": "grunt dev",
11 12 13
    "build": "grunt build",
    "dev-minify": "grunt dev-minify",
    "build-minify": "grunt build-minify"
14 15 16
  },
  "keywords": [
    "Apache",
17
    "Atlas"
18 19 20
  ],
  "dependencies": {
    "backbone": "1.2.3",
21
    "backbone.babysitter": "0.1.12",
22
    "backbone.marionette": "2.3.2",
23 24 25 26 27 28 29 30 31
    "backbone.paginator": "2.0.5",
    "backbone.wreqr": "1.4.0",
    "backgrid": "0.3.8",
    "backgrid-filter": "0.3.7",
    "backgrid-orderable-columns": "0.1.2",
    "backgrid-paginator": "0.3.9",
    "backgrid-select-all": "0.3.5",
    "backgrid-sizeable-columns": "0.1.1",
    "bootstrap": "3.3.7",
32
    "bootstrap-daterangepicker": "3.1.0",
33
    "d3": "5.14.2",
34
    "d3-tip": "0.6.8",
35 36
    "dagre-d3": "0.6.4",
    "dropzone": "5.7.0",
37 38
    "font-awesome": "4.7.0",
    "jQuery-QueryBuilder": "2.4.3",
39
    "jquery": "3.5.1",
40 41
    "jquery-asBreadcrumbs": "0.2.2",
    "jquery-placeholder": "2.3.1",
42
    "jquery-sparkline": "2.4.0",
43 44
    "jquery-steps": "1.1.0",
    "jstree": "3.3.5",
45
    "moment": "2.21.0",
46
    "moment-timezone": "0.5.14",
47
    "nvd3": "1.8.5",
48 49
    "platform": "1.3.4",
    "pnotify": "3.2.0",
50
    "pretty-checkbox": "3.0.3",
51 52 53
    "requirejs": "2.3.3",
    "requirejs-text": "2.0.15",
    "select2": "4.0.3",
54
    "table-dragger": "1.0.2",
55 56
    "underscore": "1.8.3",
    "lossless-json": "1.0.4"
57 58
  },
  "devDependencies": {
59
    "grunt": "1.0.4",
60 61 62 63
    "grunt-cli": "1.2.0",
    "grunt-contrib-clean": "1.1.0",
    "grunt-contrib-connect": "1.0.2",
    "grunt-contrib-copy": "1.0.0",
64 65
    "grunt-contrib-cssmin": "2.0.0",
    "grunt-contrib-htmlmin": "2.2.0",
66
    "grunt-contrib-rename": "0.2.0",
67
    "grunt-contrib-uglify": "2.1.0",
68
    "grunt-contrib-watch": "1.1.0",
69
    "grunt-middleware-proxy": "1.0.7",
70
    "grunt-sass": "3.1.0",
71
    "grunt-template": "1.0.0",
72 73
    "load-grunt-tasks": "3.5.2",
    "node-sass": "4.13.1"
74 75
  }
}