forked from vtex/vtex.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.24 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
{
"name": "vtex.js",
"version": "2.8.0",
"readmeFilename": "README.md",
"description": "VTEX JS SDK",
"deploy": "deploy/",
"devDependencies": {
"chai": "^1.9.2",
"coffee-script": "^1.8.0",
"grunt": "~0.4.5",
"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": "~0.5.1",
"grunt-contrib-watch": "~0.5.1",
"grunt-shell": "^0.7.0",
"grunt-vtex": "^0.14.0",
"karma": "^0.12.24",
"karma-chai": "^0.1.0",
"karma-coffee-preprocessor": "^0.2.1",
"karma-mocha": "^0.1.9",
"karma-mocha-reporter": "^0.3.1",
"karma-phantomjs-launcher": "^0.1.4",
"mocha": "^1.21.5"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start --single-run",
"test-watch": "./node_modules/karma/bin/karma start"
},
"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"
}