forked from SAP-archive/yaas-storefront
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 3.51 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "caas-demo-store",
"version": "0.0.1",
"description": "Single page javascript application to demonstrate CAAS APIs.",
"main": "public/js/shared-index.js",
"engines": {
"node": "0.10.x",
"npm": "2.8.x"
},
"scripts": {
"start": "node node_modules/grunt-cli/bin/grunt singleProject:prod",
"test": "node node_modules/karma/bin/karma start config/karma.conf.js",
"singleTest": "node node_modules/grunt-cli/bin/grunt singleProject:test",
"singleStage": "node node_modules/grunt-cli/bin/grunt singleProject:stage",
"singleProd": "node node_modules/grunt-cli/bin/grunt singleProject:prod",
"singleProdEU": "node node_modules/grunt-cli/bin/grunt singleProject:prod --region=eu",
"multiTest": "node node_modules/grunt-cli/bin/grunt multiProject:test",
"multiStage": "node node_modules/grunt-cli/bin/grunt multiProject:stage --force",
"multiProd": "node node_modules/grunt-cli/bin/grunt multiProject:prod",
"multiProdHttps": "node node_modules/grunt-cli/bin/grunt multiProject:prod --https",
"multiProdHttpsEU": "node node_modules/grunt-cli/bin/grunt multiProject:prod --https --region=eu",
"multiStageHttps": "node node_modules/grunt-cli/bin/grunt multiProject:stage --https --force",
"prepareProd": "node node_modules/grunt-cli/bin/grunt prepareBuild:prod",
"prepareProdEU": "node node_modules/grunt-cli/bin/grunt prepareBuild:prod --region=eu",
"prepareTest": "node node_modules/grunt-cli/bin/grunt prepareBuild:test",
"prepareStage": "node node_modules/grunt-cli/bin/grunt prepareBuild:stage",
"startServer": "node node_modules/grunt-cli/bin/grunt startServer --single",
"startServerMulti": "node node_modules/grunt-cli/bin/grunt startServer --multiple",
"postinstall": "bower install"
},
"dependencies": {
"angular-mocks": "latest",
"async": "~0.9.0",
"bower": "latest",
"compression": "1.4.1",
"express": "~4.4.2",
"grunt": "0.4.5",
"grunt-angular-templates": "0.5.7",
"grunt-cli": "1.2.0",
"grunt-concurrent": "~0.4.3",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compass": "~0.7.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.7.1",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-jshint": "~0.7.1",
"grunt-contrib-less": "^0.11.3",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-watch": "0.5.3",
"grunt-env": "latest",
"grunt-express": "~1.3.5",
"grunt-karma": "~2.0.0",
"grunt-ngmin": "~0.0.2",
"grunt-rev": "~0.1.0",
"grunt-text-replace": "0.4.0",
"grunt-usemin": "~2.0.2",
"helmet": "^0.5.4",
"jade": "~1.3.1",
"load-grunt-tasks": "~0.2.0",
"request": "~2.36.0"
},
"devDependencies": {
"grunt-contrib-watch": "^0.5.3",
"grunt-json-minify": "^0.4.0",
"istanbul": "0.3.0",
"jasmine-reporters": "^1.0.0",
"karma": "~0.13.22",
"karma-chrome-launcher": "~0.1.3",
"karma-coffee-preprocessor": "^0.1.3",
"karma-coverage": "~0.2.1",
"karma-firefox-launcher": "~0.1.3",
"karma-html2js-preprocessor": "^0.1.0",
"karma-jasmine": "~0.1.5",
"karma-junit-reporter": "~0.2.2",
"karma-phantomjs-launcher": "^0.1.4",
"karma-script-launcher": "~0.1.0",
"phantomcss": "^0.4.5",
"phantomjs": "~2.1.3",
"phantomjs-polyfill": "0.0.2",
"phantomjs-prebuilt": "~2.1.4",
"protractor": "^1.8.0",
"protractor-screenshot-reporter": "0.0.5",
"resemblejs": "^1.0.1",
"underscore": "^1.8.3"
},
"author": "hybris",
"license": "proprietary"
}