-
- Downloads
Initial commit
parents
Branches
Tags
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- ai-simplesitestats.php 143 additions, 0 deletionsai-simplesitestats.php
- composer.json 14 additions, 0 deletionscomposer.json
- js/simplesitestats.js 0 additions, 0 deletionsjs/simplesitestats.js
- package-lock.json 430 additions, 0 deletionspackage-lock.json
- package.json 11 additions, 0 deletionspackage.json
- src/simplesitestats.js 101 additions, 0 deletionssrc/simplesitestats.js
.gitignore
0 → 100644
ai-simplesitestats.php
0 → 100644
composer.json
0 → 100644
{ | |||
"name": "noblogs/ai-simplesitestats-plugin", | |||
"description": "git@git.autistici.org:noblogs/ai-simplesitestats-plugin.git", | |||
"type": "wordpress-plugin", | |||
"require": { | |||
"composer/installers": "^1.9" | |||
}, | |||
"authors": [ | |||
{ | |||
"name": "Autistici/Inventati", | |||
"email": "info@autistici.org" | |||
} | |||
] | |||
} |
js/simplesitestats.js
0 → 100644
This diff is collapsed.
package-lock.json
0 → 100644
package.json
0 → 100644
src/simplesitestats.js
0 → 100644
Please register or sign in to comment