UNPKG

2.12 kBJSONView Raw
1{
2 "name": "alloy",
3 "description": "TiDev Titanium MVC Framework",
4 "keywords": [
5 "titanium",
6 "alloy",
7 "mobile",
8 "ios",
9 "iphone",
10 "android",
11 "html5",
12 "appc-client"
13 ],
14 "version": "2.0.0",
15 "author": "TiDev, Inc. <npm@tidev.io>",
16 "bugs": {
17 "url": "https://github.com/tidev/alloy/issues"
18 },
19 "repository": {
20 "type": "git",
21 "url": "git+https://github.com/tidev/alloy.git"
22 },
23 "preferGlobal": true,
24 "dependencies": {
25 "@babel/code-frame": "^7.0.0",
26 "@babel/core": "^7.4.5",
27 "@babel/generator": "^7.4.4",
28 "@babel/parser": "^7.4.5",
29 "@babel/template": "^7.4.4",
30 "@babel/traverse": "^7.4.5",
31 "@babel/types": "^7.4.4",
32 "@xmldom/xmldom": "^0.8.0",
33 "async": "^3.2.0",
34 "colors": "1.4.0",
35 "commander": "^8.0.0",
36 "ejs": "3.1.6",
37 "fs-extra": "^5.0.0",
38 "global-paths": "^1.0.0",
39 "jsonlint": "1.6.3",
40 "lodash": "^4.17.4",
41 "moment": "2.29.1",
42 "node.extend": "2.0.2",
43 "pkginfo": "0.4.1",
44 "resolve": "^1.1.7",
45 "source-map": "^0.7.3",
46 "walk-sync": "^0.3.2",
47 "xml2tss": "0.0.5"
48 },
49 "license": "Apache-2.0",
50 "bin": {
51 "alloy": "./bin/alloy"
52 },
53 "scripts": {
54 "test": "jake test:all",
55 "lint": "eslint .",
56 "release": "semantic-release"
57 },
58 "main": "./Alloy/alloy",
59 "engines": {
60 "node": ">=0.10"
61 },
62 "devDependencies": {
63 "@seadub/danger-plugin-dependencies": "^1.0.0",
64 "@seadub/danger-plugin-eslint": "^3.0.1",
65 "@seadub/danger-plugin-junit": "^0.3.0",
66 "@semantic-release/changelog": "^6.0.0",
67 "@semantic-release/git": "^10.0.0",
68 "danger": "^10.5.0",
69 "diff": "^5.0.0",
70 "eslint": "^8.0.1",
71 "jake": "^10.8.2",
72 "semantic-release": "^18.0.0"
73 },
74 "release": {
75 "tagFormat": "${version}",
76 "plugins": [
77 "@semantic-release/commit-analyzer",
78 "@semantic-release/release-notes-generator",
79 "@semantic-release/changelog",
80 "@semantic-release/npm",
81 "@semantic-release/git",
82 [
83 "@semantic-release/github",
84 {
85 "successComment": false
86 }
87 ]
88 ]
89 }
90}