1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "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"
- ],
- "_release": "2.0.7",
- "_resolution": {
- "type": "version",
- "tag": "2.0.7",
- "commit": "a926ded5370d938773ba6c23bb5131f46d66b9b1"
- },
- "_source": "https://github.com/monaca/monaca-component-monaca-core-utils.git",
- "_target": "2.0.7",
- "_originalSource": "monaca-core-utils",
- "_direct": true
- }
|