mobileconfig
Version:
Create and sign iOS mobileconfig configuration files
40 lines (39 loc) • 1.02 kB
JSON
{
"name": "mobileconfig",
"version": "2.4.0",
"description": "Create and sign iOS mobileconfig configuration files",
"main": "index.js",
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andris9/mobileconfig.git"
},
"keywords": [
"RFC5652",
"SignedData"
],
"author": "Andris Reinman",
"license": "MIT",
"bugs": {
"url": "https://github.com/andris9/mobileconfig/issues"
},
"homepage": "https://github.com/andris9/mobileconfig#readme",
"dependencies": {
"handlebars": "4.7.7",
"jsrsasign": "9.1.9",
"plist": "3.0.2",
"uuid": "8.3.2"
},
"devDependencies": {
"chai": "4.3.4",
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "8.3.0",
"grunt": "1.4.1",
"grunt-cli": "1.4.3",
"grunt-eslint": "23.0.0",
"grunt-mocha-test": "0.13.3",
"mocha": "8.4.0"
}
}