-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1009 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 1009 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
43
44
{
"name": "nativescript-bcryptjs",
"version": "1.0.1",
"description": "A NativeScript of bcrypt.js plugin",
"main": "index",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"android": "2.5.0",
"ios": "2.5.0"
}
},
"scripts": {
"watch": "tsc --watch;"
},
"repository": {
"type": "git",
"url": "https://github.com/nabil-mansouri/nativescript-bcryptjs.git"
},
"keywords": [
"bcrypt",
"bcrypt.js",
"crypto",
"nativescript"
],
"author": {
"name": "Nabil Mansouri",
"email": "nabil.mansouri.3@gmail.com",
"url": "http://e-devservice.com/"
},
"license": "GNU General Public License 3",
"devDependencies": {
"jasmine-core": "^2.5.2",
"karma": "^1.6.0",
"karma-jasmine": "^1.1.0",
"karma-nativescript-launcher": "^0.4.0",
"tns-core-modules": "^2.5.0",
"tns-platform-declarations": "^2.5.0"
},
"dependencies": {
"buffer": "^5.0.6",
"nativescript-unit-test-runner": "^0.3.4"
}
}