-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 969 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 969 Bytes
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
{
"name": "7apps-io-events-api-tests",
"version": "1.0.0",
"description": "REST API for handling (7apps.io / Limelight) event data",
"main": "",
"scripts": {
"test": "./node_modules/jasmine-node/bin/jasmine-node spec/"
},
"repository": {
"type": "git",
"url": "https://github.com/sevenapps/EventGuestListManager-API-Tester.git"
},
"keywords": [
"test-suite"
],
"author": "Ryan Anderson <ryan@7apps.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/sevenapps/EventGuestListManager-API-Tester/issues"
},
"homepage": "https://github.com/sevenapps/EventGuestListManager-API-Tester",
"devDependencies": {
"btoa": "^1.1.2",
"dotenv": "^1.1.0",
"form-data": "^1.0.0-rc1",
"frisby": "git://github.com/andersryanc/frisby#feature/add-path-to-json-types-error-msg",
"jasmine": "^2.3.1",
"jasmine-node": "^1.14.5",
"request": "^2.57.0",
"underscore": "^1.8.3"
},
"private": true
}