-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 931 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
{
"name": "@types/knockout",
"version": "3.4.0",
"description": "Typescript typings definitions for knockout",
"author": "typed-contrib",
"license": "MIT",
"homepage": "https://github.com/typed-contrib/knockout#readme",
"main": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/typed-contrib/knockout.git"
},
"bugs": {
"url": "https://github.com/typed-contrib/knockout/issues"
},
"directories": {
"test": "test"
},
"keywords": [
"typings",
"definitions",
"typescript",
"knockout",
"knockoutjs",
"typed-contrib",
"typed",
"tsd"
],
"scripts": {
"pretest": "typings install && cd global && typings install && cd ../test/module && typings install && cd ../global && typings install",
"test": "tsc -p test/module && tsc -p test/global"
},
"devDependencies": {
"typescript": "^1.8.9",
"typings": "^0.7.9"
}
}