-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 834 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 834 Bytes
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
{
"name": "bootstrap-cards",
"version": "1.0.0",
"description": "Bootstrap template implementing card-based design.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SuyashLakhotia/BootstrapCards.git"
},
"author": "Suyash Lakhotia",
"license": "MIT",
"bugs": {
"url": "https://github.com/SuyashLakhotia/BootstrapCards/issues"
},
"homepage": "https://github.com/SuyashLakhotia/BootstrapCards",
"devDependencies": {
"browser-sync": "^2.12.8",
"gulp": "^3.9.1",
"gulp-bootlint": "^0.8.0",
"gulp-jshint": "^2.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.1",
"jshint": "^2.9.2"
}
}