-
Notifications
You must be signed in to change notification settings - Fork 209
/
package.json
52 lines (52 loc) · 1.22 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
{
"name": "minicart",
"description": "The Mini Cart is a great way to improve your PayPal shopping cart integration.",
"version": "3.0.6",
"author": {
"name": "Jeff Harrell",
"url": "https://github.com/jeffharrell/"
},
"keywords": [
"paypal",
"cart",
"mini cart",
"minicart",
"ecommerce"
],
"homepage": "http://www.minicartjs.com/",
"bugs": "https://github.com/jeffharrell/minicart/issues",
"repository": {
"type": "git",
"url": "https://github.com/jeffharrell/minicart"
},
"scripts": {
"test": "grunt test",
"coverage": "istanbul cover _mocha -- test/unit/*.js"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jeffharrell/minicart/raw/master/LICENSE.md"
}
],
"engines": {
"node": ">=0.10.3"
},
"dependencies": {
"ejs": "^0.8.4"
},
"devDependencies": {
"browserify": "^2.35.0",
"grunt": "^0.4.1",
"grunt-banner": "^0.2.0",
"grunt-browserify": "^1.2.11",
"grunt-cli": "^0.1.9",
"grunt-contrib-jshint": "^0.6.4",
"grunt-contrib-uglify": "^0.2.4",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha": "^0.4.1",
"grunt-mocha-test": "^0.7.0",
"istanbul": "^0.2.0",
"mocha": "^1.13.0"
}
}