UNPKG

1.54 kBJSONView Raw
1{
2 "name": "dot-dom",
3 "version": "0.3.1",
4 "description": "A tiny (less than 512 byte) template engine that uses virtual DOM and some of react principles",
5 "main": "src/dotdom.js",
6 "files": [
7 "src/dotdom.js",
8 "src/plugins/keyed.js",
9 "dist/dotdom.min.js",
10 "dist/dotdom.min.js.gz",
11 "dist/plugin-keyed.min.js",
12 "dist/plugin-keyed.min.js.gz"
13 ],
14 "scripts": {
15 "test": "./node_modules/.bin/jest",
16 "build": "./node_modules/.bin/gulp build",
17 "watch": "./node_modules/.bin/gulp watch"
18 },
19 "repository": {
20 "type": "git",
21 "url": "git+https://github.com/wavesoft/dotdom.git"
22 },
23 "keywords": [
24 "react",
25 "virtualdom",
26 "template"
27 ],
28 "author": "Ioannis Charalampidis",
29 "license": "Apache-2.0",
30 "bugs": {
31 "url": "https://github.com/wavesoft/dotdom/issues"
32 },
33 "homepage": "https://github.com/wavesoft/dotdom#readme",
34 "devDependencies": {
35 "@babel/core": "^7.0.0",
36 "babel-preset-minify": "^0.5.0",
37 "gulp": "^4.0.2",
38 "gulp-babel": "^8.0.0",
39 "gulp-brotli": "^1.2.1",
40 "gulp-cat": "^0.3.3",
41 "gulp-cli": "^2.0.1",
42 "gulp-clone": "^2.0.1",
43 "gulp-gzip": "^1.4.0",
44 "gulp-merge": "^0.1.1",
45 "gulp-rename": "^1.2.2",
46 "gulp-strip-code": "^0.1.4",
47 "gulp-uglify-es": "^1.0.4",
48 "gulp-util": "^3.0.8",
49 "handlebars": ">=4.1.2",
50 "jest": "^24.1.0",
51 "js-yaml": ">=3.13.1",
52 "minimatch": ">=3.0.2",
53 "mock-browser": "^0.92.12",
54 "npm-check-updates": "^2.15.0",
55 "through2": "^3.0.0",
56 "watch": "^1.0.1"
57 }
58}