UNPKG

2.28 kBJSONView Raw
1{
2 "name": "virgil-crypto",
3 "version": "2.0.1",
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 "Vadim Avdeiev <v.avdeiev@gmail.com> (https://github.com/vadimavdeev/)"
9 ],
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/VirgilSecurity/virgil-crypto-javascript"
13 },
14 "main": "index.js",
15 "browser": "dist/virgil-crypto.dev.js",
16 "engines": {
17 "node": ">=0.12 <7.0.0"
18 },
19 "scripts": {
20 "postinstall": "node scripts/download-native-library.js",
21 "build": "gulp build --development && gulp build --production",
22 "asm-update": "node scripts/download-asmjs-library.js",
23 "test": "./node_modules/.bin/mocha src/node/tests",
24 "test-watch": "gulp test --debug --watch"
25 },
26 "author": "Virgil Security Inc. <support@virgilsecurity.com>",
27 "keywords": [
28 "security",
29 "elliptic",
30 "elliptic curve",
31 "virgil",
32 "virgilsecurity",
33 "encryption",
34 "crypto"
35 ],
36 "license": "BSD-3-Clause",
37 "dependencies": {
38 "babel-runtime": "^6.20.0"
39 },
40 "devDependencies": {
41 "babel-core": "^6.21.0",
42 "babel-loader": "^6.2.10",
43 "babel-plugin-transform-runtime": "^6.15.0",
44 "babel-preset-es2015": "^6.18.0",
45 "babel-preset-stage-2": "^6.18.0",
46 "bowser": "^1.0.0",
47 "del": "^2.2.0",
48 "es6-error": "^2.0.2",
49 "expect": "^1.14.0",
50 "gulp": "^3.9.0",
51 "gulp-changed": "^1.3.0",
52 "gulp-notify": "^2.2.0",
53 "gulp-plumber": "^1.0.1",
54 "gulp-util": "^3.0.7",
55 "jasmine": "^2.4.1",
56 "jasmine-expect": "^2.0.0-beta2",
57 "karma": "^0.13.19",
58 "karma-chrome-launcher": "^0.2.2",
59 "karma-firefox-launcher": "^0.1.7",
60 "karma-jasmine": "^0.3.6",
61 "karma-jasmine-matchers": "^2.0.0-beta2",
62 "karma-mocha-reporter": "^1.1.5",
63 "karma-safari-launcher": "^0.1.1",
64 "karma-sourcemap-loader": "^0.3.7",
65 "karma-webpack": "^1.7.0",
66 "mocha": "^2.4.5",
67 "operative": "^0.4.4",
68 "raw-loader": "^0.5.1",
69 "request": "^2.67.0",
70 "script-loader": "^0.6.1",
71 "tape": "^4.4.0",
72 "vinyl-named": "^1.1.0",
73 "webpack": "^1.12.9",
74 "webpack-stream": "^3.1.0",
75 "yargs": "^3.32.0"
76 }
77}