diff --git a/package.json b/package.json new file mode 100644 index 0000000..775b9a5 --- /dev/null +++ b/package.json @@ -0,0 +1,12 @@ +{ + "author": "allmarkedup", + "name": "purl-parser", + "version": "2.3.1", + "description": "An AMD compatible utility to parse urls and provide easy access to their attributes (such as the protocol, host, port etc), path segments, querystring parameters, fragment parameters and more.", + "main": "purl.js", + "repository": { + "type": "git", + "url": "https://github.com/allmarkedup/purl" + }, + "license": "MIT" +}