-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
34 lines (34 loc) · 879 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
{
"name": "payloadjs",
"version": "0.7.0",
"description": "REST API payload management made easy. Payload.js is a javascript single page application (SPA) driver designed to interact intuitively with REST APIs from within web and mobile apps.",
"main": "payload.js",
"scripts": {
"test": "grunt test"
},
"repository": "https://github.com/pklauzinski/payload.git",
"keywords": [
"payload",
"payloadjs",
"payload.js",
"rest",
"spa",
"single-page-application",
"html5",
"ajax"
],
"author": "Philip Klauzinski (http://webtopian.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pklauzinski/payload/issues"
},
"homepage": "http://payloadjs.com",
"dependencies": {
"jquery": ">=1.7"
},
"devDependencies": {
"grunt": "^1.0.3",
"grunt-bump": "^0.8.0",
"gruntify-eslint": "5.0.0"
}
}