-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 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
{
"name": "postcss-russian-units",
"version": "1.0.1",
"description": "PostCSS plugin to support lengths in russian units",
"main": "dist/index.js",
"scripts": {
"test": "eslint src && npm run publish && mocha --compilers js:babel/register",
"publish": "babel src --out-dir dist"
},
"repository": {
"type": "git",
"url": "https://github.com/Semigradsky/postcss-russian-units.git"
},
"keywords": [
"postcss",
"css",
"postcss-plugin",
"russian",
"units"
],
"author": "Dmitry Semigradsky",
"license": "MIT",
"bugs": {
"url": "https://github.com/Semigradsky/postcss-russian-units/issues"
},
"homepage": "https://github.com/Semigradsky/postcss-russian-units",
"dependencies": {
"array.prototype.find": "^1.0.0",
"postcss": "^5.0.5",
"russian-length-units": "^1.0.0"
},
"devDependencies": {
"babel": "^5.8.21",
"babel-eslint": "^4.0.5",
"chai": "^3.2.0",
"eslint": "^1.0.0",
"eslint-config-airbnb-lite": "^1.0.3",
"mocha": "^2.2.5"
}
}