summaryrefslogtreecommitdiff
path: root/templates/assets/bootstrap-material-design/package.json
blob: 19a8aeb20dbbf8d309270280d2671d14567587e3 (plain)
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
54
55
56
57
58
59
60
{
  "name": "bootstrap-material-design",
  "description": "Bootstrap Material Design 4",
  "version": "4.0.2",
  "keywords": [
    "material",
    "design",
    "bootstrap",
    "css",
    "js",
    "sass",
    "mobile-first",
    "responsive",
    "front-end",
    "framework",
    "web"
  ],
  "homepage": "https://github.com/FezVrasta/bootstrap-material-design",
  "author": "Federico Zivolo",
  "scripts": {
    "test": "grunt test"
  },
  "style": "dist/css/bootstrap-material-design.css",
  "sass": "scss/_core.scss",
  "main": "dist/bootstrap-material-design.umd.js",
  "jsnext:main": "js/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/FezVrasta/bootstrap-material-design.git"
  },
  "bugs": {
    "url": "https://github.com/FezVrasta/bootstrap-material-design/issues"
  },
  "license": "MIT",
  "dependencies": {
    "babel-polyfill": "^6.9.1"
  },
  "devDependencies": {
    "babel-core": "^6.11.4",
    "babel-eslint": ">=6.1.2",
    "babel-preset-es2015": "^6.9.0",
    "bootstrap": "twbs/bootstrap#v4-dev",
    "extend": "^3.0.0",
    "gulp": "github:gulpjs/gulp#4.0",
    "gulp-pipeline": "^4.0.43",
    "jquery": "^3.1",
    "moment": "^2.14.1",
    "tether": "^1.3.3"
  },
  "engines": {
    "node": "<6",
    "npm": "^3.0.0"
  },
  "files": [
    "dist",
    "js/*.js",
    "scss/**/*.scss",
    "LICENSE"
  ]
}