1 | {
|
2 | "name": "snabbdom",
|
3 | "version": "0.6.7",
|
4 | "description": "A virtual DOM library with focus on simplicity, modularity, powerful features and performance.",
|
5 | "main": "snabbdom.js",
|
6 | "typings": "snabbdom.d.ts",
|
7 | "directories": {
|
8 | "example": "examples",
|
9 | "test": "test"
|
10 | },
|
11 | "dependencies": {},
|
12 | "devDependencies": {
|
13 | "benchmark": "^1.0.0",
|
14 | "browserify": "^13.0.0",
|
15 | "fake-raf": "0.0.1",
|
16 | "gulp": "^3.9.1",
|
17 | "gulp-clean": "^0.3.2",
|
18 | "gulp-rename": "^1.2.2",
|
19 | "gulp-sourcemaps": "^1.6.0",
|
20 | "gulp-uglify": "^1.5.3",
|
21 | "knuth-shuffle": "^1.0.1",
|
22 | "testem": "^1.0.2",
|
23 | "typescript": "^2.1.0",
|
24 | "xyz": "0.5.x"
|
25 | },
|
26 | "scripts": {
|
27 | "pretest": "npm run compile",
|
28 | "test": "testem",
|
29 | "compile": "tsc",
|
30 | "prepublish": "npm run compile",
|
31 | "release-major": "xyz --repo git@github.com:paldepind/snabbdom.git --increment major",
|
32 | "release-minor": "xyz --repo git@github.com:paldepind/snabbdom.git --increment minor",
|
33 | "release-patch": "xyz --repo git@github.com:paldepind/snabbdom.git --increment patch"
|
34 | },
|
35 | "repository": {
|
36 | "type": "git",
|
37 | "url": "git+https://github.com/paldepind/snabbdom.git"
|
38 | },
|
39 | "keywords": [
|
40 | "virtual",
|
41 | "dom",
|
42 | "light",
|
43 | "kiss",
|
44 | "performance"
|
45 | ],
|
46 | "author": "Simon Friis Vindum",
|
47 | "license": "MIT",
|
48 | "bugs": {
|
49 | "url": "https://github.com/paldepind/snabbdom/issues"
|
50 | },
|
51 | "homepage": "https://github.com/paldepind/snabbdom#readme"
|
52 | }
|