blob: 0db950bd34d72f9b08ebe2af55918ad46cdc207c [file] [log] [blame]
Eran (ev672n), Voskb9708a72018-08-07 14:15:05 +03001{
2 "name": "dcaeApp",
3 "private": true,
4 "devDependencies": {
5 "autoprefixer-core": "^5.2.1",
6 "babel-core": "^6.23.1",
7 "babel-loader": "^6.3.2",
8 "babel-preset-es2015": "^6.22.0",
9 "css-loader": "^0.26.2",
10 "file-loader": "^0.10.1",
11 "grunt": "^0.4.5",
12 "grunt-angular-templates": "^0.5.7",
13 "grunt-concurrent": "^1.0.0",
14 "grunt-contrib-clean": "^0.6.0",
15 "grunt-contrib-concat": "^0.5.0",
16 "grunt-contrib-connect": "^0.9.0",
17 "grunt-contrib-copy": "^0.7.0",
18 "grunt-contrib-cssmin": "^0.12.0",
19 "grunt-contrib-htmlmin": "^0.4.0",
20 "grunt-contrib-imagemin": "^1.0.0",
21 "grunt-contrib-jshint": "^0.11.0",
22 "grunt-contrib-less": "^1.3.0",
23 "grunt-contrib-uglify": "^0.7.0",
24 "grunt-contrib-watch": "^0.6.1",
25 "grunt-filerev": "^2.1.2",
26 "grunt-google-cdn": "^0.4.3",
27 "grunt-injector": "^1.0.1",
28 "grunt-jscs": "^1.8.0",
29 "grunt-newer": "^1.1.0",
30 "grunt-ng-annotate": "^0.9.2",
31 "grunt-ng-constant": "^2.0.1",
32 "grunt-postcss": "^0.5.5",
33 "grunt-svgmin": "^2.0.0",
34 "grunt-usemin": "^3.0.0",
35 "grunt-wiredep": "^2.0.0",
36 "jasmine-core": "^2.4.1",
37 "jest-cli": "^20.0.4",
38 "jit-grunt": "^0.9.1",
39 "jshint-stylish": "^1.0.0",
40 "json-loader": "^0.5.4",
41 "phantomjs-prebuilt": "^2.1.7",
42 "style-loader": "^0.13.2",
43 "time-grunt": "^1.0.0",
44 "url-loader": "^0.5.8",
45 "webpack": "^2.2.1"
46 },
47 "engines": {
48 "node": ">=0.10.0"
49 },
50 "scripts": {
51 "test": "jest --watch",
52 "build": "grunt build2",
53 "setup": "npm install && bower install",
54 "run-local": "grunt serve"
55 },
56 "dependencies": {
57 "grunt-mkdir": "^1.0.0",
58 "grunt-preprocess": "^5.1.0",
59 "sdc-pubsub": "^1.0.20"
60 }
61}