-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 941 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
40
41
42
{
"name": "bw-vm",
"version": "2.1.3",
"description": "This is a view manager for bigwheel (it brings in out content)",
"main": "index.js",
"scripts": {
"test": "tape test/*.js"
},
"testling": {
"files": "test/*.js",
"browsers": [
"ie/8..latest",
"chrome/31..latest",
"firefox/33..latest",
"safari/6..latest",
"opera/11.0..latest",
"iphone/6..latest",
"ipad/6..latest",
"android-browser/4.2..latest"
]
},
"repository": {
"type": "git",
"url": "https://github.com/bigwheel-framework/bw-vm.git"
},
"keywords": [
"bigwheel",
"view",
"manager",
"mvc"
],
"author": "Mikko Haapoja <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bigwheel-framework/bw-vm/issues"
},
"homepage": "https://github.com/bigwheel-framework/bw-vm",
"dependencies": {},
"devDependencies": {
"tape": "^3.0.3"
}
}