-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 909 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 909 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
{
"name": "cutscores",
"version": "0.1.0",
"description": "The repository contains state specific cutscores and related meta-data in JSON format",
"main": "test.js",
"dependencies": {},
"devDependencies": {
"browser-sync": "2.16.0",
"ghooks": "1.3.2",
"jsonschema": "1.1.0"
},
"scripts": {
"start": "browser-sync start -c bs-config.js",
"test": "node cutscores/test.js && node students/test.js"
},
"config": {
"ghooks": {
"pre-commit": "npm test"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/CenterForAssessment/cutscores.git"
},
"keywords": [],
"author": "Ben Clinkinbeard <ben.clinkinbeard@gmail.com> (http://benclinkinbeard.com/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/CenterForAssessment/cutscores/issues"
},
"homepage": "https://github.com/CenterForAssessment/cutscores#readme"
}