-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.89 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 1.89 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"author": "University Health Network",
"name": "altum-client",
"version": "0.0.0",
"homepage": "https://dados.technainstitute.com/stash/projects/DAD/repos/altum-client/browse",
"licenses": {
"type": "MIT",
"url": "https://dados.technainstitute.com/stash/projects/DAD/repos/altum-client/browse/LICENSE"
},
"bugs": "https://dados.technainstitute.com/jira",
"repository": {
"type": "git",
"url": "ssh://git@dados.technainstitute.com:7999/dad/altum-client.git"
},
"dependencies": {
"bower": "^1.6.5",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-bump": "0.3.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "^0.11.1",
"grunt-contrib-less": "~1.0.0",
"grunt-contrib-uglify": "^0.8.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-conventional-changelog": "^1.2.1",
"grunt-html2js": "^0.3.1",
"grunt-json-minify": "^0.4.0",
"grunt-karma": "^0.10.1",
"grunt-ng-annotate": "^0.10.0",
"grunt-ng-constant": "^1.1.0",
"grunt-sync": "~0.2.3",
"grunt-text-replace": "^0.4.0",
"grunt-ts": "^5.1.0",
"jasmine": "^2.4.1",
"jsdoc": "^3.3.2",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-coverage": "^0.5.5",
"karma-firefox-launcher": "^0.1.4",
"karma-jasmine": "^0.3.5",
"karma-junit-reporter": "^0.3.3",
"karma-phantomjs-launcher": "^0.1.4",
"nock": "~1.4.0",
"precommit-hook": "^3.0.0",
"should": "~5.2.0",
"sinon": "~1.14.1",
"superagent": "~1.1.0",
"supertest": "~0.15.0"
},
"scripts": {
"lint": "jshint src",
"jscs": "jscs src",
"validate": "npm ls",
"e2e-tests": "e2e-tests/run-protractor.sh"
},
"pre-commit": [
"lint",
"jscs",
"validate"
]
}