-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 875 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
{
"name": "twiliojs-redux",
"version": "1.2.0",
"description": "Twiliojs middleware for Redux",
"main": "lib/index.js",
"scripts": {
"test": "gulp spec"
},
"repository": {
"type": "git",
"url": "https://github.com/yarcub/twiliojs-redux.git"
},
"homepage": "https://github.com/yarcub/twiliojs-redux",
"keywords": [
"twilio",
"redux",
"middleware",
"redux-middleware",
"flux"
],
"author": "Nuno Rosa <nuno.sp.rosa@gmail.com>",
"license": "MIT",
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"chai": "^3.4.1",
"eslint": "^3.10.2",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-eslint": "^3.0.1",
"gulp-mocha": "^3.0.1",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"mocha": "^3.1.2",
"redux": "^3.0.4",
"require-dir": "^0.3.0",
"sinon": "^1.17.2"
}
}