UNPKG

880 BJSONView Raw
1{
2 "name": "bel",
3 "version": "2.0.0",
4 "description": "A simple extension to native elements",
5 "main": "index.js",
6 "scripts": {
7 "start": "wzrd test.js:bundle.js",
8 "test": "standard && browserify test.js | testron"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/shama/bel"
13 },
14 "keywords": [
15 "virtual-dom",
16 "element",
17 "diffhtml"
18 ],
19 "author": "Kyle Robinson Young <kyle@dontkry.com> (http://dontkry.com)",
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/shama/bel/issues"
23 },
24 "homepage": "https://github.com/shama/bel",
25 "dependencies": {
26 "global": "^4.3.0",
27 "hyperx": "^1.3.1",
28 "morphdom": "^1.1.2"
29 },
30 "devDependencies": {
31 "browserify": "^13.0.0",
32 "electron-prebuilt": "^0.36.9",
33 "standard": "^6.0.7",
34 "tape": "^4.4.0",
35 "testron": "^1.2.0",
36 "wzrd": "^1.3.1"
37 }
38}