-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
39 lines (39 loc) · 1.22 KB
/
package.json
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
{
"name": "snomed-interaction-components",
"version": "2.1",
"description": "SNOMED CT Interaction Components",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/termMed/snomed-interaction-components.git"
},
"author": "termMed IT",
"license": "Apache 2",
"bugs": {
"url": "https://github.com/termMed/snomed-interaction-components/issues"
},
"homepage": "https://github.com/termMed/snomed-interaction-components",
"dependencies": {
"canvg": "^1.5.3",
"chalk": "^0.5.1",
"grunt": "^1.0.3",
"grunt-cli": "^0.1.13",
"grunt-contrib-handlebars": "^0.8.0",
"grunt-conventional-changelog": "^6.1.0",
"grunt-release": "^0.14.0",
"handlebars": "^4.0.0"
},
"devDependencies": {
"grunt-bump": "0.0.14",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.5.0",
"jshint-stylish": "^0.4.0"
}
}