-
Notifications
You must be signed in to change notification settings - Fork 72
/
package.json
31 lines (31 loc) · 949 Bytes
/
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
{
"name": "Bootstrapify",
"version": "3.1.0",
"homepage": "http://bootstrapify-theme.myshopify.com/",
"description": "An open-source base theme for Shopify using Twitter Bootstrap",
"keywords": "Shopify, Bootstrap",
"license": "Apache-2.0",
"author": "Lucid Design <[email protected]> (http://www.luciddesign.co.nz)",
"repository": {
"type": "git",
"url": "git://github.com/luciddesign/bootstrapify.git"
},
"bugs": {
"url": "https://github.com/luciddesign/bootstrapify/issues"
},
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-compress": "~0.9.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-uglify": "~0.3.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-shopify-theme-settings": "~0.4.5"
}
}