-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.08 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.08 KB
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
{
"name": "bootstrap-ecommerce",
"version": "1.1.0",
"description": "Bootstrap Ecommerce Template Using Paper theme ,This template is build with Bootstrap Paper theme and bootstrap-sass (3.3.7)",
"main": "gruntfile.js",
"dependencies": {
"bootstrap-sass": "^3.4.1",
"font-awesome-scss": "^1.0.0",
"hover.css": "^2.3.2",
"jquery": "^3.5.1"
},
"devDependencies": {
"grunt": "^1.2.1",
"grunt-browser-sync": "^2.2.0",
"grunt-contrib-compress": "^1.6.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^5.0.0",
"grunt-contrib-watch": "^1.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/royrakesh/bootstrap-ecommerce.git"
},
"keywords": [
"Bootstrap",
"E-commerce",
"Grunt"
],
"author": "Rakesh Roy",
"license": "MIT",
"bugs": {
"url": "https://github.com/royrakesh/bootstrap-ecommerce/issues"
},
"homepage": "https://github.com/royrakesh/bootstrap-ecommerce#readme"
}