UNPKG

domdope

Version:

A dope JavaScript library for creating user interfaces.

34 lines (33 loc) 749 B
{ "name": "domdope", "version": "0.1.3", "description": "A dope JavaScript library for creating user interfaces.", "main": "src/index.js", "module": "src/index.js", "scripts": { "test": "jest", "test:watch": "npm t -- --watch" }, "repository": { "type": "git", "url": "git+https://github.com/meinstein/domdope.git" }, "keywords": [ "domdope", "dope", "dom", "library", "components" ], "author": "Maximillian Einstein", "license": "MIT", "bugs": { "url": "https://github.com/meinstein/domdope/issues" }, "homepage": "https://github.com/meinstein/domdope#readme", "devDependencies": { "@babel/core": "^7.2.2", "@babel/preset-env": "^7.3.1", "jest": "^24.0.0" } }