-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.19 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
{
"name": "cssclear",
"version": "1.0.6",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "NODE_ENV='production' webpack -p",
"server": "webpack-dev-server"
},
"author": "Denis Zavgorodny",
"license": "MIT",
"dependencies": {
"babel-polyfill": "^6.26.0",
"commander": "^2.18.0",
"cross-fetch": "^2.2.2",
"es6-promise": "^4.2.5",
"firebase": "^5.5.2",
"isomorphic-fetch": "^2.2.1",
"md5": "^2.2.1",
"postcss": "^6.0.17"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"eslint": "^4.17.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"webpack-bundle-analyzer": "^3.0.2",
"webpack-cli": "^3.1.2"
},
"bin": {
"cssclear": "./index.js"
},
"engines": {
"node": ">=9.0.0"
},
"keywords": [
"clear",
"CSS",
"selector"
],
"repository": {
"type": "git",
"url": "https://github.com/denis-zavgorodny/cssclear.git"
},
"engineStrict": true
}