aboutsummaryrefslogtreecommitdiff
path: root/node_modules/prepend-http/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/prepend-http/package.json')
-rw-r--r--node_modules/prepend-http/package.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/node_modules/prepend-http/package.json b/node_modules/prepend-http/package.json
new file mode 100644
index 0000000..cbfac02
--- /dev/null
+++ b/node_modules/prepend-http/package.json
@@ -0,0 +1,35 @@
+{
+ "name": "prepend-http",
+ "version": "2.0.0",
+ "description": "Prepend `http://` to humanized URLs like todomvc.com and localhost",
+ "license": "MIT",
+ "repository": "sindresorhus/prepend-http",
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus@gmail.com",
+ "url": "sindresorhus.com"
+ },
+ "engines": {
+ "node": ">=4"
+ },
+ "scripts": {
+ "test": "xo && ava"
+ },
+ "files": [
+ "index.js"
+ ],
+ "keywords": [
+ "prepend",
+ "protocol",
+ "scheme",
+ "url",
+ "uri",
+ "http",
+ "https",
+ "humanized"
+ ],
+ "devDependencies": {
+ "ava": "*",
+ "xo": "*"
+ }
+}