forked from Daemonite/material
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.08 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
{
"name": "daemonite-material",
"bugs": {
"url": "https://github.com/Daemonite/material/issues"
},
"description": "Daemonite's Material UI is a fully responsive, cross-platform, front-end interface based on Google Material Design.",
"devDependencies": {
"autoprefixer": "^6.3.3",
"grunt": "~0.4.5",
"grunt-browser-sync": "^2.2.0",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-sass": "~0.9.2",
"grunt-contrib-uglify": "^0.11.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-dev-update": "^1.4.0",
"grunt-postcss": "^0.8.0",
"load-grunt-tasks": "^3.4.1"
},
"file": [
"assets",
"css",
"images",
"js",
"templates",
"Gruntfile.js"
],
"homepage": "http://daemonite.github.io/material/",
"keywords": [
"material",
"design",
"front-end",
"css",
"html",
"js"
],
"license": "MIT",
"main": "js/base.js",
"repository": {
"type": "git",
"url": "https://github.com/Daemonite/material.git"
},
"version": "1.3.3"
}