Skip to content

Commit fd6149b

Browse files
committed
Add package.json
1 parent 869ce69 commit fd6149b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"name": "quicklink",
3+
"version": "0.0.1",
4+
"description": "Faster page-loads by prefetching links during idle time",
5+
"main": "index.js",
6+
"repository": "https://github.com/addyosmani/quicklink.git",
7+
"author": "addyosmani <addyosmani@gmail.com>",
8+
"license": "Apache-2.0",
9+
"private": false
10+
}

0 commit comments

Comments
 (0)