forked from FrontendMatter/material-design-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.84 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.84 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
54
55
56
57
58
59
{
"name": "material-design-kit",
"version": "1.0.0-alpha.7",
"description": "Interactive web components inspired from Material Design, using vanilla CSS, JavaScript and HTML.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --config build/webpack.config.dev.js --progress --watch",
"build": "NODE_ENV=production webpack --config build/webpack.config.production.js --progress",
"build-dev": "webpack --config build/webpack.config.dev.js --progress"
},
"main": "dist/material-design-kit.js",
"author": "MOSAICPRO <contact@mosaicpro.biz> (http://themeforest.net/user/mosaicpro/portfolio)",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^6.3.3",
"babel-core": "^6.4.0",
"babel-loader": "^6.2.1",
"babel-plugin-transform-runtime": "^6.4.3",
"babel-preset-es2015": "^6.3.13",
"babel-runtime": "^5.8.34",
"camelcase": "^3.0.0",
"css-loader": "^0.23.0",
"eslint": "^1.10.3",
"eslint-loader": "^1.2.0",
"extract-text-webpack-plugin": "^0.9.1",
"file-loader": "^0.8.5",
"node-sass": "^3.4.2",
"postcss-loader": "^0.8.1",
"sass-importer-npm": "^1.0.0",
"sass-loader": "^3.1.2",
"style-import-loader": "^0.2.0",
"style-loader": "^0.13.0",
"themekit-webpack-config": "^1.1.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.11"
},
"dependencies": {
"watch-object": "^1.1.2"
},
"peerDependencies": {
"dom-factory": "^1.0.0-alpha.4"
},
"keywords": [
"material-design",
"material",
"design",
"html",
"css",
"javascript"
],
"repository": {
"type": "git",
"url": "git+https://github.com/themekit/material-design-kit.git"
},
"bugs": {
"url": "https://github.com/themekit/material-design-kit/issues"
},
"homepage": "https://github.com/themekit/material-design-kit#readme"
}