HELLO v3!!!

This commit is contained in:
Ryan Dewhurst
2018-09-26 21:12:01 +02:00
parent 28b9c15256
commit d268a86795
1871 changed files with 988118 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
{
"name": "jarvis",
"version": "0.51.0",
"description": " Jarvis is your admin assistant, putting WordPress at your fingertips via a quicksearch interface.",
"main": "index.js",
"scripts": {
"gulp": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WDGDC/Jarvis.git"
},
"author": "WDGDC",
"license": "MIT",
"bugs": {
"url": "https://github.com/WDGDC/Jarvis/issues"
},
"homepage": "https://github.com/WDGDC/Jarvis#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-header": "^1.7.1",
"gulp-insert": "^0.5.0",
"gulp-uglify": "^1.5.3"
},
"dependencies": {
"hogan.js": "^3.0.2",
"typeahead.js": "^0.11.1"
}
}