-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 943 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 943 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": "ios-device-lib",
"version": "0.9.5",
"description": "",
"types": "./typings/ios-device-lib.d.ts",
"main": "index.js",
"files": [
"bin",
"typings",
"*.js"
],
"scripts": {
"prepack": "npm test",
"mocha": "mocha",
"test": "istanbul cover ./node_modules/mocha/bin/_mocha",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/telerik/ios-device-lib.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/telerik/ios-device-lib/issues"
},
"homepage": "https://github.com/telerik/ios-device-lib#readme",
"dependencies": {
"bufferpack": "0.0.6",
"uuid": "^11.1.0"
},
"devDependencies": {
"chai": "4.2.0",
"husky": "^5.1.3",
"istanbul": "0.4.5",
"lint-staged": "^10.5.4",
"mocha": "5.2.0"
},
"lint-staged": {
"*.{cpp,h}": "clang-format -style=llvm -i"
}
}