-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.14 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
{
"name": "postcss-amp-process",
"version": "0.1.0",
"description": "PostCSS plugin Process css for AMP with twig",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"amp",
"amp-process"
],
"scripts": {
"test": "jest && eslint *.js"
},
"author": "namth <[email protected]>",
"license": "MIT",
"repository": "namth0712/postcss-amp-process",
"bugs": {
"url": "https://github.com/namth0712/postcss-amp-process/issues"
},
"homepage": "https://github.com/namth0712/postcss-amp-process",
"dependencies": {
"postcss": "^7.0.6"
},
"devDependencies": {
"@logux/eslint-config": "^27.0.0",
"eslint": "^5.10.0",
"eslint-config-postcss": "^3.0.7",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-es5": "^1.3.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.15.2",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-standard": "^4.0.1",
"jest": "^23.6.0"
},
"eslintConfig": {
"extends": "eslint-config-postcss/es5"
},
"jest": {
"testEnvironment": "node"
}
}