12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "name": "completer",
- "description": "A simple jQuery auto complete plugin.",
- "version": "0.1.3",
- "license": "MIT",
- "repository": "fengyuanchen/completer",
- "homepage": "https://fengyuanchen.github.io/completer",
- "author": {
- "name": "Fengyuan Chen",
- "url": "http://chenfengyuan.com"
- },
- "keywords": [
- "auto",
- "complete",
- "jquery",
- "plugin",
- "html",
- "css",
- "javascript",
- "front-end",
- "web",
- "development"
- ],
- "dependencies": {
- "jquery": ">= 1.9.1"
- },
- "devDependencies": {
- "grunt": "~1.0.1",
- "grunt-contrib-clean": "~1.0.0",
- "grunt-contrib-copy": "~1.0.0",
- "grunt-contrib-watch": "~1.0.0",
- "grunt-contrib-jshint": "~1.0.0",
- "grunt-contrib-uglify": "~1.0.1",
- "grunt-contrib-csslint": "~1.0.0",
- "grunt-contrib-cssmin": "~1.0.1",
- "grunt-contrib-htmlmin": "~1.4.0",
- "grunt-autoprefixer": "~3.0.4",
- "grunt-replace": "~1.0.1",
- "grunt-csscomb": "~3.1.0",
- "grunt-jscs": "~3.0.0",
- "load-grunt-tasks": "~3.5.0"
- }
- }
|