cordova-plugin-mfp
Version:
IBM MobileFirst Platform Foundation Cordova Plugin
35 lines (34 loc) • 754 B
JSON
{
"name": "ibm-strings-example",
"version": "0.0.0",
"description": "Demonstrate how to use ibm-strings to present internationalized messages.",
"author": {
"name": "Justin Berstler",
"email": "bjustin@us.ibm.com"
},
"repository": "user/repo",
"license": "IBM Proprietary",
"files": [
"index.js",
"nls"
],
"keywords": [
"ibm-strings-example",
""
],
"dependencies": {
"ibm-strings": "^0.1.0"
},
"devDependencies": {
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-watch": "^0.6.1",
"jshint-stylish": "^1.0.1",
"load-grunt-tasks": "^3.1.0",
"time-grunt": "^1.1.0"
},
"scripts": {
"test": "grunt"
}
}