-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.27 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.27 KB
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
45
46
47
48
{
"name": "ecg-quicktest-ngmodule",
"version": "0.0.1",
"private": true,
"description": "Angular module for the ECG Quicktest",
"homepage": "https://github.com/ecogood/ecg-quicktest-ngmodule",
"license": "MIT",
"licenseUrl": "https://github.com/ecogood/ecg-quicktest-ngmodule/LICENSE",
"repository": {
"type": "git",
"url": "https://github.com/ecogood/ecg-quicktest-ngmodule.git"
},
"keywords": [
"ecg",
"commongood",
"quicktest",
"ngmodule"
],
"dependencies": {
"ecg-quicktest-model": "^0.0.7",
"ecg-quicktest-texts": "^0.0.10"
},
"devDependencies": {
"grunt": "^0.4.1",
"grunt-browserify": "^3.0.1",
"grunt-concurrent": "^0.5.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-connect": "^0.7.1",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-files-to-javascript-variables": "^0.2.4",
"grunt-json-merge": "^0.2.2",
"grunt-newer": "^0.7.0",
"grunt-protractor-runner": "^1.1.4",
"grunt-sass": "^0.14.2",
"jit-grunt": "^0.9.0",
"jshint-stylish": "^0.2.0",
"time-grunt": "^0.3.1"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "grunt test"
}
}