-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 1.15 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
{
"name": "self-adapt-fontsize",
"version": "1.0.6",
"description": "auto fontsize",
"keywords": [
"self-adaptation",
"fontsize"
],
"homepage": "https://github.com/sunqian1991/self-adapt-fontsize",
"bugs": {
"url": "https://github.com/sunqian1991/self-adapt-fontsize/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/sunqian1991/self-adapt-fontsize.git"
},
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src/ -d dist/ ",
"hot-build": "babel -w src/ -d dist/ ",
"start": "./node_modules/.bin/babel-node ./src/index.js"
},
"author": {
"name": "sunqian",
"email": "[email protected]"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"babel-cli": "^6.26.0",
"babel-loader": "^8.0.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.26.0",
"@babel/polyfill": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"node-px2rem-converter": "^1.0.6"
}
}