-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
40 lines (40 loc) · 941 Bytes
/
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
{
"name": "postcss-caralho",
"version": "2.6.0",
"description": "PostCSS plugin for writing curse words instead of important because reasons",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"portuguese",
"portugues",
"curse",
"curseincss",
"konkani",
"hindi"
],
"author": "Sara Vieira <hey@iamsaravieira.com>",
"license": "MIT",
"repository": "SaraVieira/postcss-caralho",
"bugs": {
"url": "https://github.com/SaraVieira/postcss-caralho/issues"
},
"homepage": "https://github.com/SaraVieira/postcss-caralho",
"dependencies": {
"curse-words-common": "^1.1.0",
"postcss": "^6.0.7"
},
"devDependencies": {
"chai": "^4.1.0",
"coveralls": "^2.13.1",
"eslint": "^4.2.0",
"mocha": "^3.4.2",
"nyc": "^11.0.3"
},
"scripts": {
"test": "npm run lint && npm run tests",
"tests": "nyc mocha",
"lint": "eslint index.js test/*.js",
"coverage": "nyc report --reporter=text-lcov | coveralls"
}
}