forked from seanwessmith/Lambda-Challenge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 734 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "precourse-assessment",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest assessment.test.js",
"analyze": "npm test -- --json --outputFile=test-output.json; curl -H 'Content-Type: application/json' -X POST -d '@./test-output.json' https://precourse-assessment-api.herokuapp.com/$TRAVIS_PULL_REQUEST_SLUG"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LambdaSchool/Precourse-Assessment.git"
},
"author": "Lambda School",
"bugs": {
"url": "https://github.com/LambdaSchool/Precourse-Assessment/issues"
},
"homepage": "https://github.com/LambdaSchool/Precourse-Assessment#readme",
"dependencies": {
"jest": "^22.4.2"
}
}