You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"name": "snabbdom",
|
|
|
|
"version": "0.2.7",
|
|
|
|
"description": "A virtual DOM library with focus on simplicity, modularity, powerful features and performance.",
|
|
|
|
"main": "snabbdom.js",
|
|
|
|
"directories": {
|
|
|
|
"example": "examples",
|
|
|
|
"test": "test"
|
|
|
|
},
|
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {
|
|
|
|
"benchmark": "^1.0.0",
|
|
|
|
"fake-raf": "0.0.1",
|
|
|
|
"knuth-shuffle": "^1.0.1"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "testem"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/paldepind/snabbdom.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"virtual",
|
|
|
|
"dom",
|
|
|
|
"light",
|
|
|
|
"kiss",
|
|
|
|
"performance"
|
|
|
|
],
|
|
|
|
"author": "Simon Friis Vindum",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/paldepind/snabbdom/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/paldepind/snabbdom#readme"
|
|
|
|
}
|