-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.15 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.15 KB
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
43
44
45
46
47
48
49
50
{
"name": "monkey-sdk",
"version": "0.9.4",
"description": "Monkey SDK for web",
"main": "./dist/monkey.js",
"scripts": {
"build": "webpack",
"prepublish": "npm run build"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.8",
"babel-preset-es2015": "^6.18.0",
"build-modules": "^2.0.6",
"eslint": "^3.10.2",
"eslint-plugin-react": "^6.7.1",
"exports-loader": "^0.6.3",
"imports-loader": "^0.6.5",
"jshint": "^2.9.2",
"jshint-loader": "^0.8.3",
"json-loader": "^0.5.4",
"mocha": "^2.5.3",
"webpack": "^1.13.3"
},
"dependencies": {
"async": "^2.1.2",
"es6-promise": "^4.0.5",
"events": "^1.1.1",
"isomorphic-fetch": "^2.2.1",
"node-cryptojs-aes": "^0.4.0",
"node-rsa": "^0.4.2",
"offline-js": "^0.7.18",
"push.js": "0.0.11",
"whatwg-fetch": "^2.0.1"
},
"author": "Criptext <gianni@criptext.com>",
"license": "Apache v2.0",
"keywords": [
"monkey",
"sdk",
"js",
"secure",
"criptext"
],
"repository": {
"type": "git",
"url": "https://github.com/Criptext/MonkeyKit-JS"
}
}