-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
33 lines (33 loc) · 946 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
{
"name": "passwordless-tokenstore-test",
"version": "0.1.4",
"description": "Provides a generic test suite for Passwordless TokenStore implementations",
"main": "index.js",
"dependencies": {
"chai": "^3.5.0",
"chance": "^1.0.1",
"mocha": "^2.4.5",
"node-uuid": "^1.4.7"
},
"author": "Florian Heinemann <[email protected]> (http://twitter.com/thesumofall)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/florianheinemann/passwordless-tokenstore-test.git"
},
"bugs": {
"url": "https://github.com/florianheinemann/passwordless-tokenstore-test/issues"
},
"homepage": "https://github.com/florianheinemann/passwordless-tokenstore-test",
"keywords": [
"passwordless",
"nopassword",
"no-password",
"password-less",
"tokenstore"
],
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}