alloy
Version:
Appcelerator Titanium MVC Framework
80 lines (79 loc) • 1.8 kB
JSON
{
"name": "alloy",
"description": "Appcelerator Titanium MVC Framework",
"keywords": [
"appcelerator",
"titanium",
"alloy",
"mobile",
"ios",
"iphone",
"android",
"html5",
"appc-client"
],
"version": "1.14.6",
"author": "Appcelerator, Inc. <info@appcelerator.com>",
"maintainers": [
{
"name": "Tony Lukasavage",
"email": "tlukasavage@appcelerator.com"
}
],
"bugs": {
"url": "https://jira.appcelerator.org/browse/ALOY"
},
"repository": {
"type": "git",
"url": "http://github.com/appcelerator/alloy.git"
},
"preferGlobal": true,
"dependencies": {
"@babel/code-frame": "^7.0.0",
"@babel/core": "^7.4.5",
"@babel/generator": "^7.4.4",
"@babel/parser": "^7.4.5",
"@babel/traverse": "^7.4.5",
"@babel/types": "^7.4.4",
"@babel/template": "^7.4.4",
"async": "^2.4.0",
"chmodr": "^1.0.2",
"colors": "^1.1.2",
"commander": "^2.12.2",
"ejs": "2.5.7",
"fs-extra": "^5.0.0",
"global-paths": "^1.0.0",
"jsonlint": "1.6.2",
"lodash": "^4.17.4",
"moment": "2.20.1",
"node.extend": "2.0.2",
"pkginfo": "0.4.1",
"resolve": "^1.1.7",
"source-map": "^0.6.1",
"walk-sync": "^0.3.2",
"xml2tss": "0.0.5",
"xmldom": "^0.1.27"
},
"license": "Apache-2.0",
"bin": {
"alloy": "./bin/alloy"
},
"scripts": {
"test": "jake test:all",
"lint": "eslint ."
},
"main": "./Alloy/alloy",
"engines": {
"node": ">=0.10"
},
"devDependencies": {
"@seadub/danger-plugin-dependencies": "^0.1.0",
"@seadub/danger-plugin-eslint": "^1.0.0",
"@seadub/danger-plugin-junit": "^0.1.1",
"danger": "^7.1.4",
"diff": "^3.4.0",
"eslint": "^4.14.0",
"jake": "^8.0.12",
"mkdirp": "^0.5.1"
}
}