forked from Daemonite/material
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.55 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "daemonite-material",
"author": "Daemon Pty Ltd",
"bugs": {
"url": "https://github.com/Daemonite/material/issues"
},
"dependencies": {
"jquery": "1.9.1 - 3",
"tether": "^1.1.1"
},
"description": "Daemonite's Material UI is a cross-platform and fully responsive front-end interface based on Google Material Design developed using Bootstrap 4.",
"devDependencies": {
"autoprefixer": "^6.6.1",
"babel-plugin-transform-es2015-modules-strip": "^0.1.0",
"babel-preset-es2015": "^6.16.0",
"grunt": "^1.0.1",
"grunt-babel": "^6.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-dev-update": "^2.0.0",
"grunt-jekyll": "^0.4.6",
"grunt-postcss": "^0.8.0",
"grunt-prettify": "^0.4.0",
"load-grunt-tasks": "^3.5.2",
"time-grunt": "^1.4.0"
},
"engines": {
"node": ">=4"
},
"file": [
"assets",
"css/**/*.css",
"Gruntfile.js",
"js/**/*.js",
"templates/**/*.html"
],
"homepage": "http://daemonite.github.io/material/",
"keywords": [
"bootstrap",
"css",
"framework",
"front-end",
"html",
"js",
"material",
"sass"
],
"license": "MIT",
"main": "js/material.js",
"repository": {
"type": "git",
"url": "https://github.com/Daemonite/material.git"
},
"sass": "assets/sass/material.scss",
"style": "css/material.css",
"version": "4.0.0-alpha.6"
}