-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 1.05 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
{
"name": "tko.binding.core",
"version": "0.2.0",
"description": "TKO Core bindings",
"main": "dist/tko.binding.core.js",
"jsnext:main": "./index.js",
"files": [
"dist/",
"src/",
"helpers/",
"index.js",
"./*.ya?ml"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/knockout/tko.binding.core.git"
},
"keywords": [
"knockout",
"tko",
"ko"
],
"author": "Knockout",
"license": "MIT",
"bugs": {
"url": "https://github.com/knockout/tko.util/issues"
},
"homepage": "https://github.com/knockout/tko.util#readme",
"devDependencies": {
"gulp": "^3.9.0",
"js-yaml": "^3.4.6",
"tko-policy": "knockout/tko-policy",
"tko.binding.template": "github:knockout/tko.binding.template"
},
"dependencies": {
"tko.bind": "github:knockout/tko.bind",
"tko.computed": "github:knockout/tko.computed",
"tko.observable": "github:knockout/tko.observable",
"tko.utils": "github:knockout/tko.utils"
}
}