-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.05 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
{
"name": "ordercloud-seed",
"version": "1.0.0",
"description": "A seed project for custom Four51 Solutions built on AngularJS",
"main": "app.js",
"engines": {
"node": "5.6.0",
"npm": "3.6.0"
},
"cacheDirectories": [
"node_modules",
"bower_components"
],
"scripts": {
"postinstall": "bower install && npm run build-all",
"start": "node server.js",
"build-all": "gulp inject index",
"test": "gulp test:unit",
"test-e2e": "gulp test:e2e"
},
"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": {
"bower": "1.7.7",
"browser-sync": "^2.11.1",
"del": "^2.2.0",
"express": "^4.13.4",
"fs": "0.0.2",
"gulp": "^3.9.0",
"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-csso": "^1.0.1",
"gulp-filter": "^3.0.1",
"gulp-flatten": "^0.2.0",
"gulp-htmlmin": "^1.3.0",
"gulp-imagemin": "^2.4.0",
"gulp-inject": "^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-open": "^1.0.0",
"gulp-protractor": "^2.1.0",
"gulp-rev": "^6.0.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"gulp-wrapper": "^1.0.0",
"jasmine": "^2.4.1",
"jasmine-node": "^1.14.5",
"main-bower-files": "^2.11.1",
"plato": "^1.5.0",
"protractor": "^3.1.1",
"require-dir": "^0.3.0",
"selenium-standalone": "^4.9.1",
"selenium-webdriver": "^2.52.0",
"yargs": "^3.32.0"
},
"devDependencies": {}
}