forked from jasonkneen/RESTe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.17 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": "reste",
"version": "1.5.1",
"description": "A JavaScript REST / API helper for Titanium with Alloy Models/Collections support",
"titaniumManifest": {
"guid": "afafe8b0-b93b-771c-a9e5-4e71db81b9ff"
},
"main": "reste.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node ./appc-npm"
},
"repository": {
"type": "git",
"url": "https://github.com/jasonkneen/RESTe.git"
},
"keywords": [
"alloy",
"api",
"appc-lib",
"appc-npm",
"appcelerator",
"arrow",
"rest",
"titanium"
],
"author": "Jason Kneen",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/jasonkneen/RESTe/issues"
},
"homepage": "https://github.com/jasonkneen/RESTe",
"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",
".gitignore",
"dist",
"node_modules",
"package.json",
"package.json",
"publish.sh",
"readme.md"
]
}
}