-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
87 lines (87 loc) · 2.37 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
{
"name": "angular-seller-application",
"version": "1.0.44-staging",
"description": "A fully functional, open source starter application built for seller users on the OrderCloud.io platform",
"author": "Four51, Inc.",
"homepage": "https://github.com/ordercloud-api/angular-seller",
"repository": {
"type": "git",
"url": "git+https://github.com/ordercloud-api/angular-seller.git"
},
"bugs": {
"url": "https://github.com/ordercloud-api/angular-seller/issues"
},
"license": "MIT",
"main": "index",
"engines": {
"node": "8.11.3",
"npm": "5.6.0"
},
"cacheDirectories": [
"node_modules",
"bower_components"
],
"scripts": {
"heroku-prebuild": "npm install bower gulp --save",
"postinstall": "bower install && npm run build-all",
"start": "node server.js",
"build-all": "gulp inject index --gulpfile ./heroku.gulpfile.js",
"test": "gulp test:unit"
},
"keywords": [
"OrderCloud",
"Four51",
"AngularJS",
"Angular",
"B2B"
],
"dependencies": {
"babel-preset-es2015": "6.24.1",
"express": "4.13.4",
"fs": "0.0.2",
"git-repo-name": "0.6.0",
"less": "2.7.3",
"require-dir": "0.3.2"
},
"devDependencies": {
"browser-sync": "2.26.3",
"chromedriver": "2.37.0",
"del": "2.2.0",
"gulp": "3.9.1",
"gulp-angular-filesort": "1.1.1",
"gulp-angular-templatecache": "1.8.0",
"gulp-autoprefixer": "3.1.0",
"gulp-babel": "6.1.2",
"gulp-beautify": "2.0.0",
"gulp-cached": "1.1.0",
"gulp-concat": "2.6.0",
"gulp-concat-css": "2.3.0",
"gulp-csso": "1.0.1",
"gulp-filter": "3.0.1",
"gulp-flatten": "0.2.0",
"gulp-gh-pages": "0.5.4",
"gulp-html-replace": "1.6.2",
"gulp-htmlmin": "1.3.0",
"gulp-imagemin": "2.4.0",
"gulp-inject": "3.0.0",
"gulp-less": "3.0.5",
"gulp-protractor": "3.0.0",
"gulp-less-import": "1.0.0",
"gulp-ng-annotate": "1.1.0",
"gulp-ng-constant": "1.1.0",
"gulp-nodemon": "2.0.6",
"gulp-replace-task": "0.11.0",
"gulp-rev": "6.0.1",
"gulp-sourcemaps": "1.6.0",
"gulp-uglify": "1.5.1",
"gulp-wrapper": "1.0.0",
"jasmine-core": "2.5.2",
"karma": "1.3.0",
"karma-jasmine": "1.1.0",
"karma-mocha-reporter": "2.2.1",
"karma-ng-html2js-preprocessor": "1.0.0",
"karma-phantomjs-launcher": "1.0.2",
"main-bower-files": "2.11.1",
"yargs": "6.6.0"
}
}