-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 959 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
{
"name": "knockout-observable-promise",
"version": "0.8.1",
"description": "A knockout observable extension to automatically, transparently chain onto promises",
"main": "observable-promise.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha -R spec"
},
"repository": {
"type": "git",
"url": "https://github.com/nathanboktae/knockout-observable-promise.git"
},
"keywords": [
"knockout",
"extender",
"extension",
"observable",
"promise",
"thenable"
],
"author": "Nathan Black <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/nathanboktae/knockout-observable-promise/issues"
},
"homepage": "https://github.com/nathanboktae/knockout-observable-promise",
"devDependencies": {
"chai": "^2.1.0",
"knockout": ">= 2.3.0 < 4.0.0",
"mocha": "^2.1.0",
"q": "^1.2.0",
"sinon": "^1.12.2",
"sinon-chai": "^2.7.0"
}
}