forked from mobilehero-archive/titanium-template-turbo-next
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 996 Bytes
/
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
{
"name": "@titanium/template-turbo-next",
"version": "0.0.20",
"description": "Titanium Native Mobile Template - Turbo Next -- Testing features for the next version of Titanium Turbo template",
"main": "index.js",
"scripts": {
"list": "npm pack && tar -xvzf *.tgz && rm -rf package *.tgz",
"test": "npm install --ignore-scripts && npm run list"
},
"repository": {
"type": "git",
"url": "git://github.com/brentonhouse/titanium-template-turbo-next.git"
},
"bugs": {
"url": "https://github.com/brentonhouse/titanium-template-turbo-next/issues",
"email": "[email protected]"
},
"author": {
"name": "Brenton House",
"email": "[email protected]",
"url": "https://github.com/brentonhouse"
},
"license": "MIT",
"devDependencies": {
"@titanium/eslint-config": "0.0.11",
"eslint": "^6.8.0"
},
"dependencies": {},
"keywords": [
"titanium",
"mobile",
"alloy",
"turbo",
"appcelerator",
"axway",
"amplify",
"brenton-house",
"template"
]
}