jquery-toad
Version:
jQuery TOAD - O velho e querido jQuery
49 lines (48 loc) • 1.14 kB
JSON
{
"name": "jquery-toad",
"version": "1.0.35",
"description": "jQuery TOAD - O velho e querido jQuery",
"browser": "dist/jquery-toad.js",
"repository": {
"type": "git",
"url": "git+https://github.com/e5r/jquery-toad.git"
},
"directories": {
"doc": "./docs",
"lib": "./dist"
},
"keywords": [
"e5r",
"jquery",
"architecture",
"toad",
"unobtrusive"
],
"author": "Erlimar Silva Campos",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/e5r/jquery-toad/issues"
},
"homepage": "https://e5r.github.io/jquery-toad",
"devDependencies": {
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-concat-util": "^0.5.5",
"gulp-pug": "^4.0.1",
"gulp-qunit": "^2.0.1",
"gulp-rename": "^1.3.0",
"gulp-serve": "^1.4.0",
"gulp-uglify": "^3.0.0",
"jsdom": "^11.11.0",
"qunit": "^2.6.1",
"qunitjs": "^2.4.1"
},
"scripts": {
"build": "npm i && npx gulp",
"start": "npm i && npx gulp serve",
"test": "npm i && npx gulp test"
},
"dependencies": {
"jquery": "^1.12.4"
}
}