-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.59 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
46
47
48
49
50
51
52
53
54
55
56
{
"name": "fontsize",
"version": "0.0.2",
"description": "minify font and inline in stylesheet",
"main": "index.js",
"scripts": {
"test": "cross-env NODE_ENV=testing node_modules/.bin/nyc --reporter lcov --reporter text --report-dir test/coverage --require babel-core/register node_modules/.bin/mocha test/*.test.js && rm -rf .nyc_output",
"coverage": "cat test/coverage/lcov.info | node_modules/coveralls/bin/coveralls.js",
"dev": "rm -rf lib && node node_modules/babel-cli/bin/babel src -d lib -D -w"
},
"devDependencies": {
"babel-cli": "^6.9.0",
"babel-core": "^6.11.4",
"babel-eslint": "^7.1.1",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-2": "^6.18.0",
"babel-runtime": "^6.20.0",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"chai-css": "0.0.4",
"coveralls": "^2.11.12",
"cross-env": "^2.0.0",
"del": "^2.2.2",
"eslint": "^3.7.1",
"eslint-config-airbnb-base": "^8.0.0",
"eslint-plugin-import": "^1.16.0",
"mocha": "^2.3.3",
"nyc": "^10.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/cupools/fontsize.git"
},
"keywords": [
"font",
"minify",
"css"
],
"engines": {
"node": ">=4.0.0"
},
"author": "liyh",
"license": "MIT",
"bugs": {
"url": "https://github.com/cupools/fontsize/issues"
},
"homepage": "https://github.com/cupools/fontsize#readme",
"dependencies": {
"babel-runtime": "^6.20.0",
"checkin": "0.0.1",
"fontmin": "^0.9.6",
"mkdirp": "^0.5.1",
"postcss": "^5.2.6"
}
}