-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
56 lines (56 loc) · 1.45 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
{
"name": "localstorage-logger",
"version": "0.1.1",
"description": "A rolling logger that logs to local storage",
"typescript": {
"definition": "build/localstorage-logger.d.ts"
},
"main": "index.js",
"scripts": {
"test": "gulp ci"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AdaptiveConsulting/localstorage-logger.git"
},
"keywords": [
"typescript",
"library"
],
"author": "ZachBray",
"license": "MIT",
"bugs": {
"url": "https://github.com/AdaptiveConsulting/localstorage-logger/issues"
},
"homepage": "https://github.com/AdaptiveConsulting/localstorage-logger#readme",
"devDependencies": {
"chai": "^3.2.0",
"codeclimate-test-reporter": "^0.1.0",
"del": "^1.2.0",
"dts-bundle": "^0.3.0",
"git-guppy": "^1.0.0",
"gulp": "^3.9.0",
"gulp-bump": "^0.3.1",
"gulp-filter": "^3.0.0",
"gulp-git": "^1.2.4",
"gulp-nodemon": "^2.0.3",
"gulp-shell": "^0.4.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-tag-version": "^1.3.0",
"gulp-tsd": "0.0.4",
"gulp-typescript": "^2.10.0",
"gulp-util": "^3.0.6",
"guppy-pre-commit": "^0.2.1",
"karma": "^0.13.19",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.2",
"karma-commonjs": "0.0.13",
"karma-mocha": "^0.2.1",
"merge-stream": "^0.1.8",
"mocha": "^2.2.5",
"run-sequence": "^1.1.2",
"sinon": "^1.16.1",
"tsd": "^0.6.3",
"typescript": "^1.7.0"
}
}