-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.37 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
58
{
"name": "reporters",
"version": "0.0.4",
"homepage": "https://github.com/jovdb/reporters",
"repository": {
"type": "git",
"url": "http://github.com/jovdb/reporters.git"
},
"description": "Extracts information from csslint, jshint, ... reporters and allows you to log them all in the same format.",
"main": "build/scripts/index.js",
"scripts": {
"test": "gulp test"
},
"keywords": [
"reporters",
"visual studio",
"vs",
"gulp",
"csslint",
"jshint",
"tslint",
"jasmine",
"typescript"
],
"author": {
"name": "Jo Van den Berghe"
},
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"chalk": "^1.0.0",
"source-map": "^0.4.2",
"source-map-resolve": "^0.3.1",
"strip-bom": "^1.0.0",
"node-notifier": "^4.1.2"
},
"devDependencies": {
"del": "^1.1.1",
"event-stream": "^3.2.2",
"gulp": "^3.8.11",
"gulp-concat": "^2.4.3",
"gulp-csslint": "^0.1.5",
"gulp-if": "~1.2.5",
"gulp-jasmine": "^2.0.0",
"gulp-jshint": "~1.9.0",
"gulp-rimraf": "^0.1.1",
"gulp-sass": "^1.3.3",
"gulp-sourcemaps": "^1.3.0",
"gulp-tslint": "~1.4.1",
"gulp-typedoc": "^1.1.0",
"gulp-typescript": "2.4.2",
"gulp-uglify": "~1.1.0",
"gulp-util": "^3.0.4",
"jasmine-spec-reporter": "^2.1.0",
"rimraf": "^2.3.1",
"through2": "^0.6.3"
}
}