forked from Marak/colors.js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
89 lines (89 loc) · 2.33 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "@titanium/colors",
"description": "⭐ Axway Amplify module for SAFE use of colors in Appcelerator Titanium SDK Framework",
"version": "2.0.43",
"author": "MobileHero",
"contributors": [
{
"name": "DABH",
"url": "https://github.com/DABH"
},
{
"name": "Brenton House",
"url": "https://brenton.house"
},
{
"name": "MobileHero Developer",
"url": "https://github.com/mobilehero-bot"
}
],
"maintainers": [
{
"name": "Brenton House",
"url": "https://brenton.house"
},
{
"name": "MobileHero Developer",
"url": "https://github.com/mobilehero-bot"
}
],
"homepage": "https://brenton.house/saying-goodbye-to-axway-amplify-titanium-31a44f3671de",
"bugs": {
"url": "https://github.com/mobilehero-archive/titanium-colors/issues"
},
"keywords": [
"ansi",
"terminal",
"colors",
"axway",
"alloy",
"appcelerator",
"titanium",
"mobile",
"turbo",
"sdk",
"plugin",
"amplify",
"api-builder",
"appcelerator-titanium",
"titanium-sdk",
"titanium-mobile",
"titanium-module",
"titanium-alloy",
"axway-sdk",
"axway-amplify",
"brenton-house"
],
"repository": {
"type": "git",
"url": "git://github.com/mobilehero-archive/titanium-colors.git"
},
"license": "MIT",
"scripts": {
"lint": "eslint . --fix",
"list": "npm pack && tar -xvzf *.tgz && rm -rf package *.tgz",
"prep": "npm install --ignore-scripts",
"test": "npm run prep",
"prepublishOnly": "git pull && npm test && bump insane",
"prepublishOnly2": "git pull && npm test && npm audit fix && bump insane"
},
"engines": {
"node": ">=0.1.90"
},
"main": "lib/index.js",
"files": [
"examples",
"lib",
"LICENSE",
"safe.js",
"themes",
"index.d.ts",
"safe.d.ts"
],
"devDependencies": {
"@geek/eslint-config": "^1.0.3",
"@titanium/eslint-config": "^1.0.49",
"eslint": "^8.13.0",
"eslint-config-google": "^0.14.0"
}
}