UNPKG

844 BJSONView Raw
1{
2 "name": "simple-dom",
3 "version": "1.4.0",
4 "keywords": [
5 "dom",
6 "html",
7 "parser",
8 "serializer"
9 ],
10 "license": "MIT",
11 "author": "Kris Selden",
12 "files": [
13 "dist",
14 "src"
15 ],
16 "main": "dist/commonjs/es5/index.js",
17 "module": "dist/modules/es2017/index.js",
18 "types": "dist/types/index.d.ts",
19 "repository": "https://github.com/ember-fastboot/simple-dom",
20 "scripts": {
21 "prepare": "ember build --environment=production"
22 },
23 "dependencies": {
24 "@simple-dom/document": "^1.4.0",
25 "@simple-dom/interface": "^1.4.0",
26 "@simple-dom/parser": "^1.4.0",
27 "@simple-dom/serializer": "^1.4.0",
28 "@simple-dom/void-map": "^1.4.0"
29 },
30 "devDependencies": {
31 "ember-cli": "^3.0.0"
32 },
33 "publishConfig": {
34 "access": "public"
35 },
36 "gitHead": "c9675480044a0a21f7036ccb135cacf93f855799"
37}