-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.77 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.77 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
{
"name": "silq2",
"version": "2.0.0",
"description": "Sistema de Integração Lattes-Qualis",
"private": true,
"cacheDirectories": [
"node_modules",
"src/main/webapp/bower_components"
],
"dependencies": {
"bower": "^1.6.3"
},
"scripts": {
"postinstall": "bower install && ./node_modules/protractor/bin/webdriver-manager update",
"test": "grunt test:e2e",
"start": "grunt",
"package": "mvn package -Pprod -DskipTests"
},
"devDependencies": {
"browser-sync": "2.10.0",
"event-stream": "3.3.2",
"generator-jhipster": "2.26.2",
"grunt": "0.4.5",
"grunt-angular-templates": "0.5.7",
"grunt-autoprefixer": "3.0.3",
"grunt-browser-sync": "2.2.0",
"grunt-build-control": "0.6.1",
"grunt-contrib-clean": "0.7.0",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-copy": "0.8.2",
"grunt-contrib-cssmin": "0.14.0",
"grunt-contrib-htmlmin": "0.6.0",
"grunt-contrib-imagemin": "1.0.0",
"grunt-contrib-jshint": "0.11.3",
"grunt-contrib-uglify": "0.10.1",
"grunt-contrib-watch": "0.6.1",
"grunt-injector": "0.6.1",
"grunt-modernizr": "1.0.1",
"grunt-ng-annotate": "1.0.1",
"grunt-ng-constant": "1.1.0",
"grunt-protractor-runner": "4.0.0",
"grunt-protractor-webdriver": "0.2.5",
"grunt-rev": "0.1.0",
"grunt-sass": "1.1.0",
"grunt-svgmin": "3.1.0",
"grunt-text-replace": "0.4.0",
"grunt-usemin": "3.1.1",
"grunt-wiredep": "2.0.0",
"jshint-stylish": "2.1.0",
"load-grunt-tasks": "3.3.0",
"lodash": "3.10.1",
"node-sass": "^3.8.0",
"phantomjs": "1.9.18",
"requirejs": "2.1",
"time-grunt": "1.2.2",
"wiredep": "2.2.2",
"xml2js": "0.4.15",
"yo": ">=1.3.0",
"zeparser": "0.0.7"
},
"engines": {
"node": "^4.2"
}
}