30 lines
		
	
	
		
			710 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			710 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "dom7",
 | 
						|
  "version": "3.0.0",
 | 
						|
  "description": "Minimalistic JavaScript library for DOM manipulation, with a jQuery-compatible API",
 | 
						|
  "sideEffects": false,
 | 
						|
  "main": "dom7.cjs.js",
 | 
						|
  "types": "dom7.d.ts",
 | 
						|
  "jsnext:main": "dom7.esm.js",
 | 
						|
  "module": "dom7.esm.js",
 | 
						|
  "repository": {
 | 
						|
    "type": "git",
 | 
						|
    "url": "git+https://github.com/nolimits4web/dom7.git"
 | 
						|
  },
 | 
						|
  "keywords": [
 | 
						|
    "dom",
 | 
						|
    "dom7",
 | 
						|
    "jquery",
 | 
						|
    "mobile",
 | 
						|
    "framework7"
 | 
						|
  ],
 | 
						|
  "author": "Vladimir Kharlampidi",
 | 
						|
  "license": "MIT",
 | 
						|
  "bugs": {
 | 
						|
    "url": "https://github.com/nolimits4web/dom7/issues"
 | 
						|
  },
 | 
						|
  "homepage": "https://framework7.io/docs/dom7.html",
 | 
						|
  "dependencies": {
 | 
						|
    "ssr-window": "^3.0.0-alpha.1"
 | 
						|
  }
 | 
						|
} |