forked from jasonkneen/AlloyXL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.19 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
{
"name": "alloyxl",
"version": "1.0.2",
"description": "A Titanium Alloy JavaScript library that enhances Alloy.",
"titaniumManifest": {
"guid": "e9b31b59-333e-4755-a996-04ac761ad652"
},
"main": "alloyXL.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node ./appc-npm"
},
"repository": {
"type": "git",
"url": "https://github.com/jasonkneen/AlloyXL.git"
},
"keywords": [
"alloy",
"appc-lib",
"appc-npm",
"appcelerator",
"arrow",
"controllers",
"titanium",
"titanium-module"
],
"author": "Jason Kneen",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/jasonkneen/AlloyXL/issues"
},
"homepage": "https://github.com/jasonkneen/AlloyXL",
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-titaniumifier": "^1.1.0"
},
"appc-npm": {
"target": {
"alloy": "app/lib/",
"titanium": "Resources/",
"arrow": "lib/"
},
"ignore": [
".DS_Store",
".git",
"alloyXL.js symlink",
"dist",
"node_modules",
"package.json",
"package.json",
"publish.sh",
"readme.md"
]
}
}