-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
42 lines (42 loc) · 1.09 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
{
"name": "bootstrap-essentials",
"version": "0.7.1",
"description": "Essential and common classes for bootstrap for faster web development",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/grvpanchal/bootstrap-essentials.git"
},
"keywords": [
"bootstrap",
"css",
"js",
"scss",
"mobile-first",
"responsive",
"front-end",
"framework",
"web"
],
"author": "Gaurav Panchal",
"license": "GPL-3.0",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-autoprefixer": "^3.0.4",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-csslint": "~1.0.0",
"grunt-contrib-cssmin": "~1.0.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-sass": "~1.0.0",
"grunt-contrib-uglify": "~1.0.1",
"grunt-contrib-copy": "~1.0.0",
"grunt-csscomb": "~3.1.0"
},
"bugs": {
"url": "https://github.com/grvpanchal/bootstrap-essentials/issues"
},
"homepage": "https://github.com/grvpanchal/bootstrap-essentials#readme"
}