-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.7 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": "angular-http-progress",
"version": "0.1.5",
"description": "Angular HTTP Site Progress Reporter",
"main": "dist/ngHttpProgress.js",
"scripts": {
"test": "gulp test",
"postinstall": "./node_modules/.bin/tsd reinstall --config tsd.json && ./node_modules/.bin/bower install"
},
"dependencies": {},
"devDependencies": {
"bower": "^1.4.1",
"del": "^1.2.0",
"event-stream": "^3.3.1",
"globby": "^2.1.0",
"gulp": "^3.9.0",
"gulp-bump": "^0.3.1",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.5.2",
"gulp-coveralls": "^0.1.4",
"gulp-filter": "^2.0.2",
"gulp-git": "^1.2.4",
"gulp-help": "^1.6.0",
"gulp-inject": "^1.3.1",
"gulp-karma": "0.0.4",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-mocha": "^2.1.1",
"gulp-replace": "^0.5.3",
"gulp-sourcemaps": "^1.5.2",
"gulp-tag-version": "^1.2.1",
"gulp-tap": "^0.1.3",
"gulp-typescript": "^2.7.6",
"gulp-util": "^3.0.5",
"inquirer": "^0.8.5",
"istanbul": "bryanforbes/istanbul#source-map-resolve",
"karma": "^0.12.31",
"karma-chai": "^0.1.0",
"karma-chai-as-promised": "^0.1.2",
"karma-chai-plugins": "^0.6.0",
"karma-chrome-launcher": "^0.2.0",
"karma-coverage": "gotwarlost/karma-coverage.git#source-lookup",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.0.2",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sinon": "^1.0.4",
"karma-sinon-chai": "^1.0.0",
"lodash": "^3.9.3",
"main-bower-files": "^2.8.2",
"merge2": "^0.3.6",
"minimatch": "^2.0.8",
"mocha": "^2.2.5",
"requirejs": "^2.1.18",
"run-sequence": "^1.1.1",
"sinon": "^1.15.4",
"tsd": "^0.6.3",
"typescript": "^1.5.0-beta"
}
}