Update some metas stuff

This commit is contained in:
Maxime Thirouin
2014-10-14 07:29:16 +02:00
parent 0a14fd9e70
commit 743196fe7e
8 changed files with 42 additions and 326 deletions

View File

@@ -2,16 +2,6 @@
"name": "pjax",
"version": "0.1.3",
"description": "Easily enable fast Ajax navigation on any website (using pushState + xhr)",
"main": "src/pjax.js",
"homepage": "https://github.com/MoOx/pjax",
"authors": [
"Maxime Thirouin <m@moox.io>"
],
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"pjax",
"push",
@@ -21,11 +11,20 @@
"transition",
"animation"
],
"main": "src/pjax.js",
"homepage": "https://github.com/MoOx/pjax",
"authors": [
"Maxime Thirouin"
],
"license": "MIT",
"moduleType": [
"amd",
"globals",
"node"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]