-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 967 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 967 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
34
35
36
37
38
39
40
{
"name": "ecg-quicktest-model",
"version": "0.0.7",
"description": "JavaScript Model for the ECG quick test",
"main": "src/quicktest-model.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/ecogood/ecg-quicktest-model"
},
"keywords": [
"ecg",
"commongood",
"quicktest",
"model"
],
"author": "Nikolay Georgiev",
"license": [
{
"type": "MIT",
"url": "http://github.com/ecogood/ecg-quicktest-model/blob/master/LICENSE-MIT"
}
],
"bugs": {
"url": "https://github.com/ecogood/ecg-quicktest-model/issues"
},
"homepage": "https://github.com/ecogood/ecg-quicktest-model",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-simple-mocha": "^0.4.0",
"matchdep": "^0.3.0",
"chai": "^1.9.2",
"mocha": "^1.21.4"
}
}