-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.37 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.37 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "bootlaterus",
"version": "1.1.0",
"description": "The Compatible and Friendly Bootstrap Superset",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/preset-env": "^7.12.16",
"bootstrap": "^4.6.0",
"chai": "^4.3.0",
"grunt": "^1.3.0",
"grunt-babel": "^8.0.0",
"grunt-browser-sync": "^2.2.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-sass": "^3.0.2",
"karma": "^4.4.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.0.0",
"karma-mocha": "^1.3.0",
"load-grunt-tasks": "^5.1.0",
"mocha": "^6.2.3",
"node-sass": "^4.14.1"
},
"scripts": {
"start": "grunt",
"build": "grunt build",
"test": "karma start karma.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/equilaterus/bootlaterus.git"
},
"keywords": [
"bootstrap",
"equilaterus",
"themes"
],
"main": "dist/css/bootlaterus-cfonts.min.css",
"author": "equilaterus team",
"license": "MIT",
"bugs": {
"url": "https://github.com/equilaterus/bootlaterus/issues"
},
"homepage": "https://equilaterus.github.io/bootlaterus",
"publishConfig": {
"access": "public"
}
}