-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
136 lines (136 loc) · 3.84 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
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"_args": [
[
{
"raw": "twilio-notifications@^0.2.0",
"scope": null,
"escapedName": "twilio-notifications",
"name": "twilio-notifications",
"rawSpec": "^0.2.0",
"spec": ">=0.2.0 <0.3.0",
"type": "range"
},
"/Users/bilby91/Projects/mrprofit/twilio-chat"
]
],
"_from": "twilio-notifications@>=0.2.0 <0.3.0",
"_id": "twilio-notifications@0.2.1",
"_inCache": true,
"_location": "/twilio-notifications",
"_nodeVersion": "7.2.1",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/twilio-notifications-0.2.1.tgz_1481304120589_0.4282626963686198"
},
"_npmUser": {
"name": "schertkov",
"email": "schertkov@twilio.com"
},
"_npmVersion": "3.10.9",
"_phantomChildren": {},
"_requested": {
"raw": "twilio-notifications@^0.2.0",
"scope": null,
"escapedName": "twilio-notifications",
"name": "twilio-notifications",
"rawSpec": "^0.2.0",
"spec": ">=0.2.0 <0.3.0",
"type": "range"
},
"_requiredBy": [
"/",
"/twilio-sync"
],
"_resolved": "https://registry.npmjs.org/twilio-notifications/-/twilio-notifications-0.2.1.tgz",
"_shasum": "b4753506b842b963e926bb5f58a6e90debcbd2df",
"_shrinkwrap": null,
"_spec": "twilio-notifications@^0.2.0",
"_where": "/Users/bilby91/Projects/mrprofit/twilio-chat",
"author": {
"name": "Twilio"
},
"bugs": {
"url": "https://github.com/twilio/twilio-notifications.js/issues"
},
"dependencies": {
"backoff": "^2.5.0",
"bottleneck": "^1.15.0",
"javascript-state-machine": "^2.4.0",
"loglevel": "^1.4.1",
"twilio-transport": "^0.0.8",
"twilsock": "^0.2.0",
"uuid": "^3.0.0"
},
"description": "Client library for Twilio Notifications service",
"devDependencies": {
"async": "^2.1.2",
"babel-cli": "^6.14.0",
"babel-eslint": "^7.0.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.9.0",
"babelify": "^7.3.0",
"browserify": "^13.1.0",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"chai-spies": "^0.7.1",
"cheerio": "^0.22.0",
"event-to-promise": "^0.7.0",
"gulp": "^3.9.1",
"gulp-derequire": "^2.1.0",
"gulp-eslint": "^3.0.1",
"gulp-exit": "0.0.2",
"gulp-insert": "^0.5.0",
"gulp-istanbul": "^1.0.0",
"gulp-mocha": "^3.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-tap": "^0.1.3",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"ink-docstrap": "^1.3.0",
"isparta": "^4.0.0",
"jsdoc": "^3.4.3",
"jsonwebtoken": "^7.1.6",
"proxyquire": "^1.7.10",
"run-sequence": "^1.2.2",
"sinon": "^1.17.6",
"sinon-as-promised": "^4.0.2",
"sinon-chai": "^2.8.0",
"twilio": "^3.3.0-edge",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"directories": {},
"dist": {
"shasum": "b4753506b842b963e926bb5f58a6e90debcbd2df",
"tarball": "https://registry.npmjs.org/twilio-notifications/-/twilio-notifications-0.2.1.tgz"
},
"gitHead": "4f61edb2c9d7c399616cba02f81716f69f9372b1",
"homepage": "https://github.com/twilio/twilio-notifications.js#readme",
"license": "ISC",
"main": "lib/index.js",
"maintainers": [
{
"name": "schertkov",
"email": "schertkov@twilio.com"
},
{
"name": "twilio-ci",
"email": "mroberts+twilio-ci@twilio.com"
}
],
"name": "twilio-notifications",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/twilio/twilio-notifications.js.git"
},
"scripts": {
"prepublish": "node_modules/babel-cli/bin/babel.js src --out-dir lib",
"test": "gulp unit-test"
},
"version": "0.2.1"
}