forked from discolabs/cartjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.16 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
{
"name": "shopify-cartjs",
"description": "A Javascript library to power cart management for Shopify themes.",
"version": "0.4.1",
"author": "Gavin Ballard",
"url": "https://cartjs.org",
"main": "./dist/cart.js",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/discolabs/cartjs/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "https://github.com/discolabs/cartjs.git"
},
"scripts": {
"test": "grunt test",
"build": "grunt build",
"docs": "grunt docs"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-coffee": "~0.10.1",
"grunt-contrib-compress": "~0.11.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-less": "~0.11.1",
"grunt-contrib-uglify": "~0.8.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-exec": "~0.4.5",
"grunt-mocha-phantomjs": "^2.0.1",
"grunt-terraform": "~0.3.0",
"jquery": "^2.2.0",
"mocha": "^2.3.4",
"rivets": "~0.8.1",
"shopify.i18n.js": "~0.2.1",
"should": "^8.1.1",
"sightglass": "~0.2.4"
}
}