forked from Criptext/Monkey-SDK-JS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 980 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 980 Bytes
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
41
42
{
"name": "monkey-sdk",
"version": "0.0.56",
"description": "Monkey SDK for web",
"main": "./dist/monkey.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"build-modules": "2.0.5",
"exports-loader": "^0.6.3",
"imports-loader": "^0.6.5",
"jshint": "^2.9.2",
"jshint-loader": "^0.8.3",
"json-loader": "^0.5.4",
"webpack": "^1.12.1"
},
"dependencies": {
"async": "^2.0.0-rc.4",
"es6-promise": "^3.1.2",
"events": "^1.1.0",
"isomorphic-fetch": "^2.2.1",
"node-cryptojs-aes": "^0.4.0",
"node-rsa": "^0.3.2",
"whatwg-fetch": "^0.11.0"
},
"author": "Criptext <gianni@criptext.com>",
"license": "Apache 2.0",
"keywords": [
"monkey",
"sdk",
"js",
"secure",
"criptext"
],
"repository": {
"type": "git",
"url": "https://github.com/Criptext/MonkeyKit-JS"
}
}