UNPKG

2.12 kBJSONView Raw
1{
2 "name": "virgil-crypto",
3 "version": "1.5.8",
4 "description": "Virgil Crypto",
5 "contributors": [
6 "Eugene Baranov <ebaranov.dev@gmail.com> (https://github.com/ebaranov/)",
7 "Egor Gumenyuk <boo1ean0807@gmail.com> (https://github.com/boo1ean/)"
8 ],
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/VirgilSecurity/virgil-crypto-javascript"
12 },
13 "main": "index.js",
14 "browser": "dist/virgil-crypto.dev.js",
15 "scripts": {
16 "postinstall": "node scripts/download-native-library.js",
17 "build": "gulp build --debug && gulp build --production",
18 "asm-update": "node scripts/download-asmjs-library.js",
19 "test": "./node_modules/.bin/mocha src/node/tests",
20 "test-watch": "gulp test --debug --watch"
21 },
22 "author": "Virgil Security Inc. <support@virgilsecurity.com>",
23 "keywords": [
24 "security",
25 "elliptic",
26 "elliptic curve",
27 "virgil",
28 "virgilsecurity",
29 "encryption",
30 "crypto"
31 ],
32 "license": "BSD",
33 "dependencies": {
34 "lodash": "^4.0.0",
35 "node-uuid": "^1.4.7"
36 },
37 "devDependencies": {
38 "es6-error": "^2.0.2",
39 "operative": "^0.4.4",
40 "buffer": "^4.0.0",
41 "bowser": "^1.0.0",
42 "babel": "^5.8.21",
43 "babel-loader": "^5.3.2",
44 "babel-runtime": "^5.8.20",
45 "del": "^2.2.0",
46 "es6-module-loader": "^0.17.9",
47 "expect": "^1.14.0",
48 "gulp": "^3.9.0",
49 "gulp-changed": "^1.3.0",
50 "gulp-notify": "^2.2.0",
51 "gulp-plumber": "^1.0.1",
52 "gulp-util": "^3.0.7",
53 "jasmine": "^2.4.1",
54 "jasmine-expect": "^2.0.0-beta2",
55 "karma": "^0.13.19",
56 "karma-chrome-launcher": "^0.2.2",
57 "karma-firefox-launcher": "^0.1.7",
58 "karma-jasmine": "^0.3.6",
59 "karma-jasmine-matchers": "^2.0.0-beta2",
60 "karma-mocha-reporter": "^1.1.5",
61 "karma-safari-launcher": "^0.1.1",
62 "karma-sourcemap-loader": "^0.3.7",
63 "karma-webpack": "^1.7.0",
64 "mocha": "^2.4.5",
65 "raw-loader": "^0.5.1",
66 "request": "^2.67.0",
67 "script-loader": "^0.6.1",
68 "tape": "^4.4.0",
69 "vinyl-named": "^1.1.0",
70 "webpack": "^1.12.9",
71 "webpack-stream": "^3.1.0",
72 "yargs": "^3.32.0"
73 }
74}