currentscript
Version:
Polyfill of HTML5's `document.currentScript`
61 lines (60 loc) • 1.58 kB
JSON
{
"name": "currentscript",
"title": "document.currentScript",
"version": "1.1.1",
"description": "Polyfill of HTML5's `document.currentScript`",
"keywords": [
"browser",
"document",
"currentScript",
"html",
"dom",
"html5",
"spec-compliant",
"polyfill",
"shim"
],
"main": "./dist/document.currentScript.js",
"homepage": "https://github.com/JamesMGreene/document.currentScript",
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/JamesMGreene/document.currentScript/blob/master/LICENSE"
}
],
"author": {
"name": "James M. Greene",
"email": "james.m.greene@gmail.com",
"url": "http://greene.io/"
},
"repository": {
"type": "git",
"url": "https://github.com/JamesMGreene/document.currentScript.git"
},
"bugs": {
"url": "https://github.com/JamesMGreene/document.currentScript/issues"
},
"scripts": {
"test": "grunt travis --force --verbose"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-uglify": "^0.11.0",
"grunt-karma": "0.11.x",
"karma": "0.12.x",
"karma-chrome-launcher": "^0.2.2",
"karma-firefox-launcher": "^0.1.7",
"karma-phantomjs-launcher": "^0.2.1",
"karma-qunit": "^0.1.8",
"karma-safari-launcher": "^0.1.1",
"karma-sauce-launcher": "^0.3.0",
"karma-spec-reporter": "0.0.23",
"local-version": "^0.2.2",
"phantomjs": "^1.9.19",
"qunitjs": "^1.20.0",
"semver": "^5.1.0"
}
}