UNPKG

alloy

Version:

TiDev Titanium MVC Framework

87 lines (86 loc) 1.97 kB
{ "name": "alloy", "description": "TiDev Titanium MVC Framework", "keywords": [ "titanium", "alloy", "mobile", "ios", "iphone", "android", "html5", "appc-client" ], "version": "2.1.0", "author": "TiDev, Inc. <npm@tidev.io>", "bugs": { "url": "https://github.com/tidev/alloy/issues" }, "repository": { "type": "git", "url": "git+https://github.com/tidev/alloy.git" }, "preferGlobal": true, "dependencies": { "@babel/code-frame": "^7.18.6", "@babel/core": "^7.19.6", "@babel/generator": "^7.20.0", "@babel/parser": "^7.20.0", "@babel/template": "^7.18.10", "@babel/traverse": "^7.18.15", "@babel/types": "^7.20.0", "@xmldom/xmldom": "^0.8.5", "async": "^3.2.4", "colors": "1.4.0", "commander": "^9.4.1", "ejs": "3.1.8", "fs-extra": "^10.1.0", "global-paths": "^1.0.0", "@prantlf/jsonlint": "11.7.0", "lodash": "^4.17.4", "moment": "2.29.4", "node.extend": "2.0.2", "pkginfo": "0.4.1", "resolve": "^1.22.1", "source-map": "^0.7.4", "walk-sync": "^3.0.0", "xml2tss": "0.0.5" }, "license": "Apache-2.0", "bin": { "alloy": "./bin/alloy" }, "scripts": { "test": "jake test:all", "lint": "eslint .", "release": "semantic-release" }, "main": "./Alloy/alloy", "engines": { "node": ">=0.10" }, "devDependencies": { "@semantic-release/changelog": "^6.0.0", "@semantic-release/git": "^10.0.0", "diff": "^5.1.0", "eslint": "^8.26.0", "jake": "^10.8.2", "semantic-release": "^19.0.5" }, "release": { "tagFormat": "${version}", "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator", "@semantic-release/changelog", "@semantic-release/npm", "@semantic-release/git", [ "@semantic-release/github", { "successComment": false } ] ] } }