package.json 2 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/atlas.git"
8 9 10 11 12 13 14
  },
  "engines": {
    "node": "4.4.x",
    "npm": "3.8.x"
  },
  "keywords": [
    "Apache",
15
    "Atlas"
16 17 18
  ],
  "dependencies": {
    "backbone": "1.2.3",
19
    "backbone.babysitter": "0.1.12",
20
    "backbone.marionette": "2.3.2",
21 22 23
    "backbone.paginator": "2.0.5",
    "backbone.wreqr": "1.4.0",
    "backgrid": "0.3.8",
24
    "backgrid-columnmanager": "0.2.4",
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
    "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",
    "bootstrap-daterangepicker": "2.1.25",
    "d3": "3.5.17",
    "d3-tip": "0.6.8",
    "dagre-d3": "0.4.17",
    "font-awesome": "4.7.0",
    "jQuery-QueryBuilder": "2.4.3",
    "jquery": "2.2.4",
    "jquery-asBreadcrumbs": "0.2.2",
    "jquery-placeholder": "2.3.1",
    "moment": "2.18.1",
    "platform": "1.3.4",
    "pnotify": "3.2.0",
    "requirejs": "2.3.3",
    "requirejs-text": "2.0.15",
    "select2": "4.0.3",
    "underscore": "1.8.3"
47 48 49 50 51 52 53 54 55 56 57 58
  },
  "devDependencies": {
    "connect-livereload": "^0.5.4",
    "git-rev": "^0.2.1",
    "grunt": "~0.4.2",
    "grunt-cli": "~0.1.11",
    "grunt-concurrent": "^1.0.0",
    "grunt-connect-proxy": "^0.2.0",
    "grunt-contrib-clean": "~0.6.0",
    "grunt-contrib-compress": "^0.13.0",
    "grunt-contrib-connect": "^1.0.0",
    "grunt-contrib-copy": "~0.8.0",
59 60
    "grunt-contrib-cssmin": "^2.0.0",
    "grunt-contrib-htmlmin": "^2.2.0",
61
    "grunt-contrib-jshint": "^0.11.0",
62
    "grunt-contrib-uglify": "^2.1.0",
63 64 65 66 67 68
    "grunt-contrib-watch": "^0.6.1",
    "grunt-dev-update": "^1.0.2",
    "grunt-jsbeautifier": "^0.2.6",
    "grunt-nginx": "~0.2.2",
    "grunt-nodemon": "^0.4.0",
    "grunt-npmcopy": "^0.1.0",
69
    "grunt-sass": "^1.1.0",
70 71 72 73 74
    "grunt-shell": "^1.1.1",
    "load-grunt-tasks": "^3.1.0",
    "proxit": "~0.6.4"
  }
}