-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
41 lines (41 loc) · 1006 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
39
40
41
{
"name": "request-local-storage",
"version": "1.3.0",
"description": "Simple access to objects tied to requests",
"main": "index.js",
"browser": "browser.js",
"scripts": {
"prepublish": "gulp prepublish",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/redfin/request-local-storage.git"
},
"keywords": [
"continuation-local-storage",
"continuation",
"request",
"local",
"storage"
],
"author": "Bo Borgerson",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/redfin/request-local-storage/issues"
},
"homepage": "https://github.com/redfin/request-local-storage#readme",
"dependencies": {
"continuation-local-storage": "^3.1.6"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-preset-es2015": "^6.6.0",
"del": "^2.2.0",
"gulp": "^4.0.0",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^2.0.0",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^1.5.3"
}
}