-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
39 lines (39 loc) · 911 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "bigwheel",
"version": "3.0.0",
"description": "bigwheel is an unopinionated, minimalist frontend framework that manages application state",
"main": "index.js",
"scripts": {
"test": "node test/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/bigwheel-framework/bigwheel.git"
},
"keywords": [
"bigwheel",
"application",
"framework",
"state",
"webgl",
"canvas",
"svg",
"mvc"
],
"author": "Mikko Haapoja <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bigwheel-framework/bigwheel/issues"
},
"homepage": "https://github.com/bigwheel-framework/bigwheel",
"dependencies": {
"bw-router": "^2.0.1",
"bw-viewmediator": "^2.2.0",
"bw-vm": "^2.1.0",
"dom-event": "github:mikkoh/dom-event"
},
"devDependencies": {
"promise": "^6.0.1",
"tape": "^3.0.3"
}
}