{
    "name": "raptor",
    "description": "RaptorJS provides an AMD module loader that works in Node, Rhino and the web browser. It also includes various sub-modules to support building optimized web applications.",
    "keywords": [
        "AMD",
        "modules",
        "loader",
        "packaging",
        "optimization",
        "optimizer",
        "templating",
        "template"
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/raptorjs/raptorjs.git"
    },
    "scripts": {
        "test": "node_modules/.bin/jasmine-node --verbose test/ && node_modules/.bin/jshint lib"
    },
    "author": "Patrick Steele-Idem <psteeleidem@ebay.com>",
    "contributors": [
        "Patrick Steele-Idem <psteeleidem@ebay.com>",
        "Phillip Gates-Idem <phillip.idem@gmail.com>",
        "Richard Heisterberg <rheisterberg@ebay.com>",
        "Neeraj Khanna <nkhanna@ebay.com>"
    ],
    "maintainers": "Patrick Steele-Idem <psteeleidem@ebay.com>",
    "directories": {
        "bin": "./bin",
        "lib": "./lib",
        "test": "./test",
        "tools": "./tools"
    },
    "dependencies": {
        "uglify-js": "1.3.x",
        "mime": "~1.2.7",
        "sax": "~0.4.2",
        "esprima": "~0.9.9",
        "less": "~1.3.3",
        "xmldom": "~0.1.13",
        "optimist": "~0.3.5",
        "sqwish": "~0.2.0",
        "dustjs-linkedin": "~1.2.1",
        "dustjs-helpers": "~1.1.1",
        "rapido": "~0.2.2",
        "rapido-raptorjs": "~0.3.3",
        "coffee-script": ">=1.4.0",
        "q": "~0.9.7",
        "cookie": "~0.1.0",
        "minimatch": "0.2.x",
        "path-filters": "~1.0.5"
    },
    "devDependencies": {
        "jsdom": "~0.6.5",
        "xmlhttprequest": ">= 0.3.0",
        "jshint": "~2.1.4",
        "jasmine-node": "~1.5.0"
    },
    "license": "Apache License v2.0",
    "bin": {
        "raptor-jsdoc": "bin/raptor-jsdoc",
        "raptor-optimizer": "bin/raptor-optimizer",
        "raptor": "bin/raptor"
    },
    "main": "lib/raptor/raptor-main_node.js",
    "publishConfig": {
        "registry": "http://registry.npmjs.org/"
    },
    "ebay": {},
    "version": "2.6.17"
}