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.
snabbdom/package.json

37 lines
812 B
JSON

10 years ago
{
"name": "snabbdom",
9 years ago
"version": "0.2.7",
10 years ago
"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"
10 years ago
},
"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"
}