-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
55 lines (55 loc) · 1.27 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "knockout-popup-template",
"description": "A flexible, simple Knockout binding for popping up a template near an anchor element.",
"main": "knockout.popupTemplate.js",
"version": "1.9.2",
"contributors": [
{
"name": "Gert K. Sønderby",
"email": "gert@one.com"
},
{
"name": "Gustav N. Olsen",
"email": "gno@one.com"
},
{
"name": "Sune S. Simonsen",
"email": "sss@one.com"
},
{
"name": "Jesper Birkestrøm",
"email": "jbi@one.com"
},
{
"name": "Elzbieta Leska-Twarog",
"email": "elt@one.com"
}
],
"scripts": {
"lint": "eslint .",
"test": "mocha-phantomjs test/index.html -v 600x800"
},
"repository": {
"type": "git",
"url": "git@github.com:One-com/knockout-popupTemplate.git"
},
"peerDependencies": {
"jquery": ">=1.10",
"knockout": ">=3"
},
"devDependencies": {
"eslint": "3.7.1",
"eslint-config-onelint": "1.1.0",
"jquery": "=1.11.0",
"knockout": "3.0.0",
"mocha": "2.0.1",
"mocha-phantomjs": "4.1.0",
"phantomjs": "1.9.7-15",
"sinon": "1.11.1",
"unexpected": "9.2.0",
"unexpected-dom": "1.1.2",
"unexpected-knockout": "5.2.1",
"unexpected-sinon": "6.4.1"
},
"license": "BSD-3-Clause"
}