-
Notifications
You must be signed in to change notification settings - Fork 8
/
bower.json
44 lines (44 loc) · 920 Bytes
/
bower.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
{
"name": "payloadjs",
"homepage": "http://payloadjs.com",
"authors": [
{
"name": "Philip Klauzinski",
"homepage": "http://webtopian.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/pklauzinski/payload"
},
"description": "Payload.js is a javascript single page application (SPA) driver for REST API payload management. It is designed to interact intuitively with REST API endpoints from within web and mobile apps.",
"main": "payload.js",
"moduleType": [
"amd",
"globals",
"node"
],
"dependencies": {
"jquery": ">=1.7"
},
"keywords": [
"payload",
"payloadjs",
"payload.js",
"rest",
"spa",
"single-page-application",
"html5",
"ajax"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"package*.json",
"Gruntfile.js"
]
}