| 1234567891011121314151617181920 |
- {
- "name": "jquery-plugin",
- "version": "0.0.0-ignored",
- "engines": {
- "node": ">= 0.8.0"
- },
- "scripts": {
- "test": "grunt qunit"
- },
- "devDependencies": {
- "grunt-contrib-jshint": "~0.10.0",
- "grunt-contrib-qunit": "~0.2.0",
- "grunt-contrib-concat": "~0.3.0",
- "grunt-contrib-uglify": "~0.2.0",
- "grunt-contrib-watch": "~0.4.0",
- "grunt-contrib-clean": "~0.4.0",
- "grunt": "~0.4.5",
- "grunt-contrib-connect": "^0.8.0"
- }
- }
|