-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
93 lines (93 loc) · 2.48 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
90
91
92
93
{
"name": "ordercloud-seed",
"version": "1.0.0",
"description": "A seed project for custom Four51 Solutions built on AngularJS",
"main": "app.module.js",
"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 --gulpfile ./heroku.gulpfile.js",
"test": "gulp test:unit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Four51/OrderCloud-Seed-AngularJS.git"
},
"keywords": [
"OrderCloud",
"Four51",
"AngularJS",
"Angular",
"B2B"
],
"author": "Four51 Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/Four51/OrderCloud-Seed-AngularJS/issues"
},
"homepage": "https://github.com/Four51/OrderCloud-Seed-AngularJS#readme",
"dependencies": {
"cookie-parser": "1.4.3",
"express": "4.13.4",
"express-less": "0.1.0",
"fs": "0.0.2",
"git-repo-name": "0.6.0",
"less": "2.7.3",
"less-plugin-autoprefix": "1.5.1",
"q": "1.4.1",
"request": "^2.81.0",
"request-promise": "^4.2.0",
"require-dir": "0.3.2"
},
"devDependencies": {
"browser-sync": "2.11.1",
"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-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-protractor": "3.0.0",
"gulp-less": "3.0.5",
"gulp-less-import": "1.0.0",
"gulp-ng-annotate": "1.1.0",
"gulp-ng-constant": "1.1.0",
"gulp-nodemon": "2.0.6",
"gulp-order": "1.1.1",
"gulp-print": "2.0.1",
"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"
}
}