forked from xinchaobeta/px2rem-webpack-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.22 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
{
"name": "px2rem-webpack-plugin",
"version": "0.2.1",
"description": "make page to auto-fit responsive screen",
"main": "./dist/index.js",
"scripts": {
"test": "make test"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-core": "^6.0.0",
"babel-eslint": "^6.0.0-beta.5",
"babel-loader": "^6.0.0",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-transform-runtime": "^6.6.0",
"babel-preset-es2015": "^6.0.0",
"babel-preset-stage-1": "^6.5.0",
"babel-register": "^6.7.2",
"css-loader": "^0.23.1",
"eslint": "2.2",
"eslint-plugin-import": "^1.0.3",
"expect": "^1.16.0",
"html-webpack-plugin": "^2.15.0",
"mocha": "^2.4.5",
"style-loader": "^0.13.1",
"webpack": "^1.12.2",
"webpack-dev-middleware": "^1.4.0",
"webpack-hot-middleware": "^2.6.0"
},
"author": "sxcooler",
"license": "ISC",
"dependencies": {
"css": "^2.2.1",
"lodash": "^4.8.2",
"babel-runtime": "^6.6.1"
},
"repository": {
"type": "git",
"url": "https://github.com/sxcooler/px2rem-webpack-plugin.git"
},
"bugs": "https://github.com/sxcooler/px2rem-webpack-plugin/issues",
"homepage": "https://github.com/sxcooler/px2rem-webpack-plugin"
}