12345678910111213141516171819202122232425262728 |
- {
- "name": "monaca-core-utils",
- "version": "2.0.7",
- "description": "Monaca core APIs necessary for running Monaca apps.",
- "main": "monaca-core-utils.js",
- "monaca" : {
- "main": [
- "monaca-core-utils.js"
- ]
- },
- "keywords": [
- "monaca"
- ],
- "authors": [
- "Monaca"
- ],
- "repository": {
- "type": "git",
- "url": "git://github.com:monaca/monaca-component-monaca-core-utils.git"
- },
- "homepage": "http://monaca.mobi/",
- "ignore": [
- "**/.*",
- "node_modules",
- "test",
- "README.md"
- ]
- }
|