-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
138 lines (138 loc) · 3.95 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"name": "wix-gruntfile",
"description": "Wix Gruntfile.",
"version": "0.1.366",
"author": {
"name": "Shahar Talmi"
},
"homepage": "https://github.com/wix/wix-gruntfile",
"repository": {
"type": "git",
"url": "git://github.com/wix/wix-gruntfile.git"
},
"bugs": {
"url": "https://github.com/wix/wix-gruntfile/issues"
},
"engines": {
"node": ">=0.8.0"
},
"main": "wix-gruntfile.js",
"dependencies": {
"adm-zip": "0.4.9",
"babel": "^5.0.0",
"babel-preset-es2015": "^6.9.0",
"bower": "^1.3.1",
"chalk": "^1.1.1",
"chromedriver": "2.28.0",
"compression": "^1.2.0",
"connect-injector": "^0.4.2",
"cross-spawn": "^5.0.1",
"fedops-grafana-api": "^2.0.0",
"glob": "^5.0.3",
"graphite-tcp": "^1.0.4",
"grunt": "^0.4.5",
"grunt-angular-templates": "^0.5.1",
"grunt-autoprefixer": "^2.0.0",
"grunt-babel": "^6.0.0",
"grunt-cli": "^0.1.13",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compass": "1.0.4",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-cssmin": "^0.12.0",
"grunt-contrib-htmlmin": "^0.5.0",
"grunt-contrib-imagemin": "^0.9.2",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-ejs": "^0.3.0",
"grunt-eslint": "^19.0.0",
"grunt-force-task": "^1.0.0",
"grunt-google-cdn-shahata": "^0.2.0",
"grunt-haml2html-shahata": "^0.3.0",
"grunt-jscs": "^2.1.0",
"grunt-json-angular-translate": "^0.1.0",
"grunt-karma": "^0.11.0",
"grunt-newer": "^1.1.0",
"grunt-ng-annotate": "^1.0.0",
"grunt-process-tags": "^1.0.2",
"grunt-release": "^0.12.0",
"grunt-sass": "^1.1.0",
"grunt-scss-lint": "^0.3.3",
"grunt-svgmin": "^2.0.0",
"grunt-text-replace": "^0.4.0",
"grunt-ts": "^5.3.0",
"grunt-tslint": "^3.0.0",
"grunt-usemin": "^2.6.2",
"grunt-velocity-debug": "^0.1.0",
"grunt-velocity-parser": "sarunas/grunt-velocity",
"grunt-webfont": "borislit/grunt-webfont#winston-version-bump",
"inquirer": "^0.11.1",
"istanbul": "^0.4.2",
"jasmine-core": "^2.3.0",
"jasmine-reporters": "^2.1.1",
"jshint-stylish": "^1.0.0",
"jsonminify": "^0.2.3",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.1.0",
"karma-coverage": "^0.5.3",
"karma-growl-reporter": "^0.1.1",
"karma-jasmine": "^0.3.6",
"karma-ng-html2js-preprocessor": "^0.1.0",
"karma-osx-reporter": "^0.2.0",
"karma-phantomjs-launcher": "^1.0.0",
"karma-simple-reporter": "^2.0.0",
"karma-teamcity-reporter": "^0.1.0",
"load-grunt-tasks": "^3.1.0",
"lodash": "^4.3.0",
"node-sass-asset-functions": "0.0.9",
"phantomjs-prebuilt": "^2.1.7",
"protractor": "^5.4.2",
"protractor-browser-logs": "^1.0.0",
"proxy-middleware": "^0.11.0",
"q": "^1.4.1",
"remap-istanbul": "^0.5.1",
"satisfaction": "^1.0.2",
"semver": "^4.3.6",
"shelljs": "^0.3.0",
"terminate": "^1.0.6",
"time-grunt": "^1.0.0",
"tiny-lr": "^0.1.6",
"tslint": "^3.1.1",
"typescript": "~2.3.0",
"update-scopes": "^1.1.1"
},
"optionalDependencies": {
"grunt-extract-styles": "^1.1.0",
"grunt-manifest-packager": "^1.0.0",
"grunt-petri-experiments": "^1.0.0",
"grunt-wix-inline": "^0.3.3",
"migrate-bower-artifactory": "^1.0.4",
"screenshot-reporter": "^1.0.0",
"screenshot-reporter-env": "^1.0.0",
"wix-cdn-data": "^0.1.0",
"wix-eyes-env": "^1.0.0",
"wix-statics-parent": "*",
"wnpm-ci": "*"
},
"peerDependencies": {
"bower": "^1.3.1",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13"
},
"maintainers": [
{
"name": "shahata",
"email": "[email protected]"
}
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"build": ":",
"release": "wnpm-release --no-shrinkwrap"
}
}