-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.42 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
56
57
{
"name": "@treacherous/knockout",
"version": "0.5.3",
"dependencies": {
"@treacherous/core": "^0.17.6",
"@treacherous/view": "^0.4.2",
"knockout": "^3.4.2",
"property-resolver": "^0.0.11",
"event-js": "^0.1.3"
},
"bugs": {
"url": "https://github.com/treacherous/treacherous-knockout/issues"
},
"main": "dist/treacherous-knockout.js",
"typings": "dist/definitions/index.d.ts",
"keywords": [
"validation",
"knockout",
"validate"
],
"repository": {
"type": "git",
"url": "https://github.com/treacherous/treacherous-knockout"
},
"scripts": {
"build": "gulp",
"test": "mocha -r ts-node/register tests/specs/**/*.ts"
},
"devDependencies": {
"@types/bluebird": "^3.5.24",
"@types/chai": "^4.1.4",
"@types/chai-spies": "^1.0.0",
"@types/mocha": "^5.2.5",
"gulp": "^3.9.1",
"gulp-typescript": "^4.0.2",
"gulp-es6-exporter": "^0.0.5",
"gulp-uglify": "^3.0.1",
"gulp-rename": "^1.4.0",
"run-sequence": "^2.2.1",
"webpack-stream": "^5.1.1",
"gulp-bump": "^3.1.1",
"rimraf": "^2.6.2",
"mkdirp": "^0.5.1",
"require-dir": "^1.0.0",
"merge2": "^1.2.2",
"del": "^3.0.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"mocha": "^5.2.0",
"chai-spies": "^1.0.0",
"bluebird": "^3.5.2",
"typescript": "^3.0.3",
"ts-loader": "^5.1.0",
"ts-node": "^7.0.1",
"webpack": "^4.19.0"
}
}