package.json 1.74 KB
Newer Older
1
{
2
    "name": "atlas-metadata",
3
    "description": "Apache Atlas",
4
    "version": "0.5.0-incubating",
5 6 7
    "private": true,
    "repository": {
        "type": "git",
8
        "url": "https://git-wip-us.apache.org/repos/asf/incubator-atlas.git"
9 10 11 12 13 14
    },
    "engines": {
        "node": "0.10.x",
        "npm": "1.3.x"
    },
    "keywords": [
15
        "Apache",
16
        "Atlas",
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 49 50 51 52 53 54 55 56 57 58 59 60 61
        "HortonWorks"
    ],
    "dependencies": {
        "body-parser": "^1.2.0",
        "bower": "~1.3.1",
        "compression": "^1.0.2",
        "consolidate": "~0.10.0",
        "cookie-parser": "^1.0.1",
        "cookies": "~0.4.0",
        "express": "~4.2.0",
        "express-load": "^1.1.14",
        "forever": "~0.11.1",
        "lodash": "~2.4.1",
        "method-override": "^1.0.0",
        "morgan": "^1.0.1",
        "path-extra": "~0.1.1",
        "proxit": "^0.6.0",
        "q": "~1.0.1",
        "rc": "~0.3.4",
        "serve-favicon": "^2.0.0",
        "static-favicon": "^2.0.0-alpha",
        "superagent": "^0.20.0",
        "swig": "~1.3.2",
        "view-helpers": "~0.1.4",
        "grunt-contrib-clean": "~0.6.0"
    },
    "devDependencies": {
        "git-rev": "^0.2.1",
        "grunt": "~0.4.2",
        "grunt-bower-task": "~0.4.0",
        "grunt-cli": "~0.1.11",
        "grunt-concurrent": "^1.0.0",
        "grunt-contrib-compress": "^0.13.0",
        "grunt-contrib-jshint": "^0.11.0",
        "grunt-contrib-watch": "^0.6.0",
        "grunt-dev-update": "^1.0.2",
        "grunt-jsbeautifier": "^0.2.6",
        "grunt-nodemon": "^0.4.0",
        "grunt-shell": "^1.1.1",
        "load-grunt-tasks": "^3.1.0",
        "grunt-nginx": "~0.2.2",
        "grunt-contrib-copy": "~0.8.0",
        "grunt-contrib-clean": "~0.6.0",
        "proxit": "~0.6.4"
    }
62
}