Codebase list libjs-requirejs-text / 9b68a7ad-41b8-40b3-9d19-d08bd83e0fd9/main package.json
9b68a7ad-41b8-40b3-9d19-d08bd83e0fd9/main

Tree @9b68a7ad-41b8-40b3-9d19-d08bd83e0fd9/main (Download .tar.gz)

package.json @9b68a7ad-41b8-40b3-9d19-d08bd83e0fd9/mainraw · history · blame

{
    "name": "text",
    "version": "2.0.16",
    "description": "An AMD loader plugin for loading text resources.",
    "categories": [
        "Loader plugins"
    ],
    "main": "text.js",
    "github": "https://github.com/requirejs/text",
    "bugs": {
        "web": "https://github.com/requirejs/text/issues"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/requirejs/text.git"
    },
    "license": "MIT",
    "volo": {
        "url": "https://raw.github.com/requirejs/text/{version}/text.js"
    }
}