-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
75 lines (75 loc) · 2.17 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
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
68
69
70
71
72
73
74
75
{
"name": "pandrugs-frontend",
"version": "2.3.0",
"description": "A platform to guide the selection of therapies from the results of genome-wide studies in cancer disease",
"repository": "https://github.com/sing-group/pandrugs-frontend.git",
"author": {
"name": "Daniel Glez-Peña",
"email": "[email protected]",
"url": "http://www.sing-group.org/"
},
"contributors": [
{
"name": "Miguel Reboiro-Jato",
"email": "[email protected]",
"url": "http://www.sing-group.org/"
},
{
"name": "Fátima Al-Shahrour",
"email": "[email protected]",
"url": "https://www.cnio.es"
},
{
"name": "Elena Piñeiro",
"email": "[email protected]",
"url": "https://www.cnio.es"
}
],
"license": "GPL-3.0",
"publishConfig": {
"registry": "https://maven.sing-group.org/repository/npm-releases/"
},
"scripts": {
"install": "node ./node_modules/protractor/bin/webdriver-manager update",
"test": "grunt test"
},
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-autoprefixer": "2.2.0",
"autoprefixer-core": "5.0.0",
"grunt-concurrent": "~1.0.0",
"grunt-connect-proxy": "^0.2.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compass": "^1.0.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-cssmin": "^0.12.0",
"grunt-contrib-htmlmin": "^0.4.0",
"grunt-contrib-imagemin": "0.9.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-sass": "~0.9.2",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-filerev": "^2.1.2",
"grunt-google-cdn": "^0.4.3",
"grunt-karma": "~0.10.1",
"grunt-newer": "^1.1.0",
"grunt-ng-annotate": "^0.9.2",
"grunt-protractor-runner": "~2.0.0",
"grunt-svgmin": "^2.0.0",
"grunt-usemin": "^3.0.0",
"grunt-wiredep": "^2.0.0",
"jshint-stylish": "^2.2.1",
"karma": "^1.3.0",
"karma-firefox-launcher": "^1.0.0",
"load-grunt-tasks": "^3.1.0",
"phantomjs": "^2.1.7",
"protractor": "2.0.0",
"time-grunt": "^1.0.0"
},
"engines": {
"node": ">=0.10.0"
}
}