-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.18 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
{
"name": "yadop",
"version": "1.3.1",
"description": "Yet another Doc Parser",
"main": "built/index.js",
"scripts": {
"lint": "tslint -p tsconfig.json",
"build": "tsc -p tsconfig.json",
"test": "jasmine-node built --match ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/devolksbank/yadop.git"
},
"keywords": [
"doctrine",
"espree",
"jsdoc",
"ngdoc"
],
"author": "",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/devolksbank/yadop/blob/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/devolksbank/yadop/issues"
},
"homepage": "https://github.com/devolksbank/yadop#readme",
"devDependencies": {
"@types/doctrine": "0.0.3",
"@types/fs-extra": "4.0.3",
"@types/glob": "5.0.33",
"@types/jasmine": "2.6.2",
"@types/node": "8.0.47",
"@types/sinon": "2.3.7",
"jasmine-node": "1.14.5",
"tslint": "5.8.0",
"tslint-eslint-rules": "4.1.1",
"typescript": "2.5.3",
"vrsource-tslint-rules": "5.1.1"
},
"dependencies": {
"doctrine": "2.0.0",
"espree": "3.5.1",
"fs-extra": "4.0.2",
"glob": "7.1.2",
"sinon": "4.0.2"
}
}