-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 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
56
{
"name": "@treacherous/view",
"version": "0.4.4",
"license": "MIT",
"main": "dist/commonjs/index.js",
"module": "dist/es2015/index.js",
"typings": "index.d.ts",
"bugs": {
"url": "https://github.com/grofit/treacherous-view/issues"
},
"files": [
"dist/**/*",
"index.d.ts",
"readme.md"
],
"keywords": [
"validation",
"validate"
],
"scripts": {
"build": "gulp compile"
},
"repository": {
"type": "git",
"url": "https://github.com/grofit/treacherous-view"
},
"devDependencies": {
"@types/bluebird": "^3.5.24",
"@types/chai": "^4.1.4",
"@types/chai-spies": "^1.0.0",
"@types/mocha": "^5.2.5",
"bluebird": "^3.5.2",
"chai": "^4.1.2",
"chai-spies": "^1.0.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-bump": "^3.1.1",
"gulp-es6-exporter": "^0.0.5",
"gulp-rename": "^1.4.0",
"gulp-typedoc": "^2.2.0",
"gulp-typescript": "^4.0.2",
"gulp-uglify": "^3.0.1",
"merge2": "^1.2.2",
"mkdirp": "^0.5.1",
"mocha": "^5.2.0",
"ts-node": "^7.0.1",
"require-dir": "^1.0.0",
"rimraf": "^2.6.2",
"ts-loader": "^5.3.3",
"typedoc": "^0.10.0",
"typescript": "^3.3.3333",
"webpack": "^4.29.5",
"webpack-stream": "^5.2.1",
"run-sequence": "^2.2.1"
}
}