This repository was archived by the owner on Jan 7, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
96 lines (96 loc) · 2.56 KB
/
package.json
File metadata and controls
96 lines (96 loc) · 2.56 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "wGulp",
"version": "0.8.5",
"description": "Opinionated Suite of Gulp Tasks for JavaScript and TypeScript",
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/Workiva/wGulp.git"
},
"readmeFilename": "README.md",
"bin": {
"gulp-init": "./src/init.js"
},
"main": "index.js",
"license": "Apache-2.0",
"scripts": {
"test": "multi='xunit=xunit.xml tap=-' mocha test/**/*.spec.js --reporter mocha-multi"
},
"peerDependencies": {
"gulp": "^3.8.7",
"intern": "^2.2.2"
},
"dependencies": {
"browserify": "^6.1.0",
"chalk": "^0.5.1",
"fs-extra": "^0.12.0",
"fs-sync": "^0.2.5",
"glob": "^4.1.2",
"gulp": "^3.8.7",
"gulp-bump": "^0.1.7",
"gulp-changed": "^1.0.0",
"gulp-coffee": "^2.0.1",
"gulp-compass": "^1.3.1",
"gulp-concat": "^2.3.5",
"gulp-connect": "^2.3.1",
"gulp-flatten": "^0.0.4",
"gulp-header": "^1.0.5",
"gulp-istanbul": "^0.3.1",
"gulp-jasmine": "^1.0.1",
"gulp-jsdoc": "^0.1.4",
"gulp-jshint": "^1.5.5",
"gulp-karma": "0.0.4",
"gulp-livereload": "2.1.0",
"gulp-livescript": "^2.0.0",
"gulp-minify-css": "^0.3.8",
"gulp-open": "^0.3.0",
"gulp-plato": "^1.0.1",
"gulp-plumber": "^0.6.2",
"gulp-react": "^2.0.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.0.1",
"gulp-shell": "^0.2.8",
"gulp-tap": "^0.1.1",
"gulp-tsc": "^0.9.0",
"gulp-tslint": "^1.1.0",
"gulp-uglify": "^1.0.1",
"gulp-util": "^2.2.19",
"gulp-wait": "^0.0.2",
"jshint": "2.8.0",
"jshint-stylish": "^1.0.0",
"karma": "0.12.31",
"karma-browserifast": "^0.7.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.4",
"karma-coverage": "^0.2.6",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.2.2",
"karma-jasmine-html-reporter": "^0.1.5",
"karma-jasmine-html-reporter-livereload": "^1.0.0",
"karma-jspm": "^2.0.0",
"karma-junit-reporter": "^0.2.2",
"karma-phantomjs-launcher": "^0.1.4",
"karma-requirejs": "^0.2.2",
"karma-sauce-launcher": "^0.2.10",
"lodash": "^2.4.1",
"merge-stream": "^0.1.5",
"mkdirp": "^0.5.0",
"open": "0.0.5",
"partialify": "^3.1.1",
"phantomjs": "1.9.15",
"react": "^0.12.1",
"requirejs": "^2.1.14",
"source-map": "^0.1.33",
"tiny-lr": "0.0.7",
"typescript": "1.4.1",
"vinyl-source-stream": "^1.0.0",
"yargs": "^1.2.1"
},
"devDependencies": {
"byline": "^4.1.1",
"chai": "^1.9.1",
"mocha": "^1.18.2",
"mocha-multi": "^0.4.1",
"sinon": "^1.10.3"
}
}