-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathpackage.json
31 lines (30 loc) · 829 Bytes
/
package.json
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
{
"name": "cordova-plugin-starprnt",
"version": "2.2.0",
"description": "StarPRNT Cordova Plugin for Star Micronics Bluetooth/LAN printers",
"types": "./types/index.d.ts",
"cordova": {
"id": "cordova-plugin-starprnt",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "https://github.com/auctifera-josed/starprnt"
},
"keywords": [
"cordova",
"startPRNT",
"ecosystem:cordova",
"cordova-ios",
"cordova-android"
],
"license": "MIT",
"scripts": {
"test": "npm run jshint",
"jshint": "node node_modules/jshint/bin/jshint www && node node_modules/jshint/bin/jshint src && node node_modules/jshint/bin/jshint tests"
},
"author": "Jose Angarita / Ruben Casas"
}