-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.17 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
{
"name": "jquery-material",
"version": "1.0.0",
"description": "a library based on jQuery following material design",
"main": "/",
"scripts": {
"regular": "./node_modules/.bin/webpack --config webpackfile.regular.js --display-error-details",
"compressed": "./node_modules/.bin/webpack --config webpackfile.compressed.js --display-error-details",
"styleSeparated": "./node_modules/.bin/webpack --config webpackfile.styleSeparated.js --display-error-details"
},
"repository": {
"type": "git",
"url": "git+https://github.com/youknowznm/jquery-material.git"
},
"author": "EZhang",
"license": "ISC",
"bugs": {
"url": "https://github.com/youknowznm/jquery-material/issues"
},
"dependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.22.0",
"css-loader": "^0.28.0",
"extract-text-webpack-plugin": "^2.1.2",
"install": "^0.10.1",
"node-sass": "^4.5.2",
"npm": "^5.5.1",
"sass-loader": "^6.0.3",
"style-loader": "^0.16.1",
"url-loader": "^0.5.8",
"webpack": "^2.4.1"
}
}