-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.01 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
{
"name": "postcss-danish-stylesheets",
"version": "0.0.1",
"description": "PostCSS plugin for writing Danish stylesheets",
"main": "dist/index.js",
"scripts": {
"test": "eslint src && npm run publish && cpy src/*.json dist && mocha --compilers js:babel/register",
"publish": "babel src --out-dir dist"
},
"repository": {
"type": "git",
"url": "https://github.com/mi2oon/postcss-danish-stylesheets.git"
},
"keywords": [
"postcss",
"css",
"postcss-plugin",
"danish",
"danish-stylesheets"
],
"author": "Mithun Dhiman <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mi2oon/postcss-danish-stylesheets/issues"
},
"homepage": "https://github.com/mi2oon/postcss-danish-stylesheets",
"dependencies": {
"postcss": "^5.0.5"
},
"devDependencies": {
"babel": "^5.8.23",
"babel-eslint": "^4.1.3",
"chai": "^3.3.0",
"cpy": "^3.4.1",
"eslint": "^1.6.0",
"eslint-config-airbnb-lite": "^1.0.4",
"mocha": "^2.3.3"
}
}