This repository has been archived by the owner on Oct 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
77 lines (77 loc) · 2.71 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
{
"name": "CouchCommerceSampleApp",
"version": "0.0.1",
"description": "Sample CouchCommerce AngularJS App",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "https://github.com/couchcommerce/frontend-spike",
"author": "",
"license": "",
"dependencies": {
"angular-bindonce": "~0.2.2",
"hammerjs": "2.0.x",
"sofa-core": "~0.13.x",
"sofa-storages": "~0.1.x",
"sofa-logging-service": "~0.1.x",
"sofa-device-service": "~0.2.x",
"sofa-url-parser-service": "~0.1.x",
"sofa-search-service": "~0.2.x",
"sofa-base": "couchcommerce/sofa-base#0.44.2",
"sofa-user-service": "~0.1.x",
"sofa-basket-service": "0.2.x",
"sofa-tracking": "~0.6.x",
"sofa-url-construction-service": "~0.3.x",
"sofa-pages-service": "~0.1.0",
"sofa-checkout-service": "0.7.x",
"sofa-couch-service": "~0.14.x",
"sofa-coupon-service": "~0.1.0",
"sofa-wishlist-service": "~0.2.1",
"sofa-image-resizer-service": "~0.2.x",
"sofa-state-resolver-service": "^0.2.x",
"express": "^4.6.1",
"walkdir": "0.0.7",
"underscore": "^1.6.0",
"body-parser": "^1.5.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-sass": "~0.7.3",
"grunt-contrib-connect": "~0.8.0",
"grunt-html2js": "~0.2.8",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-release-branch": "~0.2.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-shell": "~0.7.0",
"qq": "~0.3.5",
"load-grunt-tasks": "~0.6.0",
"connect-livereload": "~0.4.0",
"karma-script-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.4",
"karma-firefox-launcher": "~0.1.3",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.5",
"karma-coffee-preprocessor": "~0.2.1",
"requirejs": "~2.1.14",
"karma-requirejs": "~0.2.2",
"karma-phantomjs-launcher": "~0.1.4",
"karma": "~0.12.17",
"grunt-karma": "~0.8.3",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-ng-annotate": "^0.8.0",
"grunt-protractor-runner": "~1.0.1",
"protractor": "~1.0.x",
"grunt-deploy-semver": "^0.5.0",
"grunt-nodemon": "^0.3.0",
"grunt-concurrent": "^0.5.0",
"grunt-node-inspector": "^0.1.5",
"grunt-parallel": "^0.3.1",
"grunt-contrib-nodeunit": "^0.4.1",
"open": "0.0.5"
}
}