-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1023 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 1023 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
41
42
43
44
{
"name": "ecg-matrix-texts",
"version": "0.1.1",
"private": true,
"description": "The texts for the ECG matrix",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/ecogood/ecg-matrix-texts"
},
"keywords": [
"ecg",
"commongood",
"matrix",
"texts"
],
"author": "Nikolay Georgiev",
"license": [
{
"type": "MIT",
"url": "https://github.com/ecogood/ecg-matrix-texts/blob/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/ecogood/ecg-matrix-texts/issues"
},
"homepage": "https://github.com/ecogood/ecg-matrix-texts",
"devDependencies": {
"chai": "^1.9.2",
"grunt": "^0.4.5",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-json-bake": "^0.2.7",
"grunt-simple-mocha": "^0.4.0",
"jit-grunt": "^0.9.0",
"json2js": "0.0.4",
"matchdep": "^0.3.0",
"mocha": "^1.21.4"
}
}