forked from wix-incubator/wix-gruntfile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
122 lines (122 loc) · 3.53 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
{
"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": "Gruntfile.js",
"dependencies": {
"babel": "^5.0.0",
"bower": "^1.3.1",
"compression": "^1.2.0",
"connect-injector": "^0.4.2",
"glob": "^5.0.3",
"grunt": "^0.4.5",
"grunt-angular-templates": "^0.5.1",
"grunt-autoprefixer": "^2.0.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compass": "^1.0.1",
"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.4.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-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-traceur-latest": "~0.0.4",
"grunt-ts": "^5.2.0",
"grunt-tslint": "^3.0.0",
"grunt-usemin": "^2.6.2",
"grunt-velocity-parser": "sarunas/grunt-velocity",
"grunt-velocity-debug": "^0.1.0",
"grunt-webfont": "^0.4.8",
"inquirer": "^0.11.1",
"jasmine-core": "^2.3.0",
"jasmine-reporters": "^1.0.1",
"jasmine-reporters2": "git://github.com/mastertheblaster/jasmine-reporters.git",
"jshint-stylish": "^1.0.0",
"karma": "^0.12.25",
"karma-chrome-launcher": "^0.1.0",
"karma-coverage": "^0.3.1",
"karma-growl-reporter": "^0.1.1",
"karma-jasmine": "~0.1.3",
"karma-jasmine1-shim": "git://github.com/donataswix/karma-jasmine1-shim.git",
"karma-jasmine2": "git://github.com/mastertheblaster/karma-jasmine.git",
"karma-ng-html2js-preprocessor": "^0.1.0",
"karma-osx-reporter": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.1",
"karma-simple-reporter": "^2.0.0",
"karma-teamcity-reporter": "^0.1.0",
"load-grunt-tasks": "^3.1.0",
"node-sass-asset-functions": "0.0.9",
"phantomjs": "^1.9.18",
"protractor": "2.1.0",
"proxy-middleware": "^0.11.0",
"q": "^1.4.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": "^1.5.0"
},
"optionalDependencies": {
"grunt-manifest-packager": "^1.0.0",
"wix-cdn-data": "^0.1.0",
"grunt-petri-experiments": "^1.0.0",
"grunt-extract-styles": "^1.1.0",
"grunt-wix-inline": "^0.3.3"
},
"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"
},
"devDependencies": {
"wnpm-ci": "^6.0.60"
}
}