-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1020 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
{
"name": "amaranth",
"version": "1.1.0",
"description": "A password management solution without storing them",
"main": "index.js",
"scripts": {
"test": "istanbul cover node_modules/mocha/bin/_mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ziofat/Amaranth.git"
},
"keywords": [
"password"
],
"author": "ziofat",
"license": "MIT",
"bugs": {
"url": "https://github.com/ziofat/Amaranth/issues"
},
"homepage": "https://github.com/ziofat/Amaranth#readme",
"dependencies": {
"blueimp-md5": "^2.3.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.14.0",
"babelify": "^7.3.0",
"eslint": "^3.2.2",
"eslint-config-airbnb": "^10.0.0",
"eslint-plugin-import": "^1.12.0",
"eslint-plugin-jsx-a11y": "^2.0.1",
"eslint-plugin-react": "^6.0.0",
"gulp": "^3.9.1",
"gulp-sourcemaps": "^1.6.0",
"mocha": "^3.0.2",
"should": "^11.1.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}