forked from Bartvds/tslint-path-formatter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 965 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
38
{
"name": "tslint-path-formatter",
"version": "0.1.1",
"description": "TSLint formatter that displays absolute path with row/column on one line",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/Bartvds/tslint-path-formatter"
},
"keywords": [
"tslint",
"typescript",
"formatter"
],
"author": "Bart van der Schoor",
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/Bartvds/tslint-path-formatter/issues"
},
"dependencies": {},
"devDependencies": {
"chai": "~1.8.1",
"grunt": "^0.4.5",
"grunt-cli": "0.1.9",
"grunt-continue": "0.0.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "0.6.4",
"grunt-mocha-test": "~0.7.0",
"grunt-run-grunt": "~0.1.0",
"grunt-tslint": "~0.4.0",
"jshint-path-reporter": "0.1.3",
"mocha-unfunk-reporter": "~0.4.0"
}
}