-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
37 lines (37 loc) · 1.06 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
{
"version": "1.0.0",
"appc-npm": {
"config": {
"ts.photographer": "1.0"
},
"target": {
"alloy": "app/widgets/ts.photographer"
},
"ignore": [
"package.json"
]
},
"description": "Take pictures and manage them in a Titanium app.",
"author": "The Smiths [Matthias Benkort]",
"license": "Apache",
"name": "ts.photographer",
"scripts": {
"postinstall": "node ./appc-npm"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thesmiths-widgets/ts.photographer.git"
},
"bugs": {
"url": "https://github.com/thesmiths-widgets/ts.photographer/issues"
},
"homepage": "https://github.com/thesmiths-widgets/ts.photographer",
"keywords": [
"alloy",
"alloy-widget",
"appc-npm",
"titanium",
"appcelerator",
"theSmiths"
]
}