Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
location-origin
/
Filename :
package.json
back
Copy
{ "name": "location-origin", "version": "1.1.4", "description": "Polyfill for window.location.origin", "main": "dist/location-origin.js", "scripts": { "build": "gulp build", "test": "${npm_package_scripts_build} && testling" }, "author": { "name": "Shinnosuke Watanabe", "email": "snnskwtnb@gmail.com", "url": "https://github.com/shinnn" }, "repository": { "type": "git", "url": "https://github.com/shinnn/location-origin.js.git" }, "bugs": { "url": "https://github.com/shinnn/location-origin.js/issues" }, "homepage": "https://github.com/shinnn/location-origin.js", "licenses": [ { "type": "Unlicense", "url": "https://github.com/shinnn/location-origin.js/blob/master/LICENSE" } ], "keywords": [ "location", "origin", "url", "host", "polyfill", "compatibilization", "cross-browser", "ie-fix", "property", "client-side", "browser" ], "devDependencies": { "browserify": "^5.9.1", "gulp": "^3.8.6", "gulp-coffee": "^2.1.1", "gulp-coffeelint": "^0.3.3", "gulp-header": "^1.0.5", "gulp-jscs": "^1.0.0", "gulp-jshint": "^1.8.0", "gulp-jsonlint": "0.0.3", "gulp-load-plugins": "^0.5.3", "jshint-stylish": "^0.4.0", "tape": "^2.13.4", "testling": "^1.7.0" }, "testling": { "files": "test.js", "browsers": [ "ie/6..latest", "chrome/4", "chrome/10", "chrome/15", "chrome/20", "chrome/28..latest", "firefox/3", "firefox/10", "firefox/15", "firefox/20", "firefox/22..latest", "safari/4..latest", "opera/11..latest", "iphone/6..latest", "ipad/6..latest", "android-browser/latest" ] } }