-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 950 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
{
"name": "devise-token-client",
"version": "0.1.3",
"description": "A standalone JavaScript client for the devise_token_auth ruby gem.",
"main": "index.js",
"scripts": {
"test": "karma start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/we-are-vrsus/devise-token-client.git"
},
"keywords": [
"devise_token_auth",
"devise",
"auth",
"react"
],
"author": "Taylor Briggs <taylor@vrsus.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/we-are-vrsus/devise-token-client/issues"
},
"homepage": "https://github.com/we-are-vrsus/devise-token-client#readme",
"devDependencies": {
"chai": "^4.1.2",
"karma": "^1.7.1",
"karma-chai-sinon": "^0.1.5",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-webpack": "^2.0.4",
"mocha": "^3.5.2",
"sinon": "^3.2.1",
"sinon-chai": "^2.13.0",
"webpack": "^3.5.6"
}
}