-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
29 lines (29 loc) · 826 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
{
"name": "postcss-brazilian-portuguese-stylesheets",
"version": "0.1.0",
"description": "PostCSS plugin for writing CSS in Brazilian Portuguese",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"postcss",
"css",
"postcss-plugin",
"portuguese",
"brazilian"
],
"author": "Welkson Ramos <welksonr@hotmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/welksonramos/postcss-brazilian-portuguese-stylesheets.git"
},
"bugs": {
"url": "https://github.com/welksonramos/postcss-brazilian-portuguese-stylesheets/issues"
},
"homepage": "https://github.com/welksonramos/postcss-brazilian-portuguese-stylesheets#readme",
"dependencies": {
"postcss": "^5.0.21"
}
}