-
Notifications
You must be signed in to change notification settings - Fork 50
/
package.json
74 lines (74 loc) · 1.69 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
{
"name": "vtex.js",
"version": "2.13.1",
"readmeFilename": "README.md",
"description": "VTEX JS SDK",
"deploy": "deploy/",
"devDependencies": {
"chai": "^1.9.2",
"coffee-script": "^1.12.7",
"coffeescript": "^2.5.1",
"cryptiles": "^4.1.2",
"debug": "^2.6.9",
"fresh": "^0.5.2",
"grunt": "^1.0.3",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "~0.8.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-shell": "^0.7.0",
"grunt-vtex": "^0.16.0",
"jest": "^22.4.4",
"jquery": "^3.3.1",
"jquery-mockjax": "^2.5.0",
"lodash": "^4.17.5",
"mime": "^1.4.1",
"minimatch": "^3.0.2",
"mocha": "^5.2.0",
"negotiator": "^0.6.1",
"qs": "^1.0.0",
"randomatic": "^3.0.0",
"send": "^0.16.2"
},
"scripts": {
"jest": "jest --env=jsdom",
"test": "jest --env=jsdom",
"test-watch": "jest --env=jsdom --watch",
"build": "grunt dist --no-color --stack"
},
"jest": {
"testMatch": [
"**/?(*-)(spec).coffee"
],
"testURL": "http://localhost/",
"moduleFileExtensions": [
"js",
"node",
"coffee"
],
"transform": {
".*": "<rootDir>/src/preprocessor.js"
}
},
"repository": {
"type": "git",
"url": "git://github.com/vtex/vtex.js"
},
"keywords": [
"vtex",
"js",
"sdk",
"checkout",
"catalog",
"commerce"
],
"contributors": [
"Guilherme Berger <[email protected]>",
"Guilherme Rodrigues <[email protected]>",
"Breno Calazans <[email protected]>"
],
"license": "MIT",
"dependencies": {}
}