-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
48 lines (48 loc) · 1.21 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
{
"name": "portal-plugins",
"version": "2.10.1",
"readmeFilename": "README.md",
"description": "Portal plugins.",
"paths": [
"/portal-plugins"
],
"hosts": [
"*.vtexcommerce.com.br",
"*.vtexcommercebeta.com.br",
"*.vtexcommercestable.com.br",
"*.vtexcommercealfa.com.br",
"*.vtexlocal.com.br"
],
"backend": "https://io.vtex.com.br/",
"deploy": "deploy/",
"repository": {
"type": "git",
"url": "git://github.com/vtex/front.portal-plugins.git"
},
"keywords": [
"grunt",
"coffee",
"less",
"livereload"
],
"author": "Guilherme Rodrigues <[email protected]>",
"license": "MIT",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "~0.8.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-connect": "~0.7.1",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-uglify": "~0.3.0",
"grunt-contrib-watch": "~0.5.1",
"grunt-dust": "0.9.2",
"grunt-karma": "^0.12.1",
"grunt-shell": "^1.0.1",
"grunt-vtex": "^0.14.0",
"karma-coffee-preprocessor": "^0.3.0",
"karma-jasmine": "*",
"karma-phantomjs-launcher": "*"
},
"owner": "Afonso Praça <[email protected]>"
}