UNPKG

659 BJSONView Raw
1{
2 "name": "postcss-atroot",
3 "version": "0.1.3",
4 "description": "PostCSS plugin to place rules directly at the root",
5 "main": "index.js",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/OEvgeny/postcss-atroot.git"
9 },
10 "scripts": {
11 "start": "gulp",
12 "test": "gulp"
13 },
14 "keywords": [
15 "postcss",
16 "at-root",
17 "postcss-plugin",
18 "sass",
19 "atroot",
20 "css"
21 ],
22 "author": "OEvgeny",
23 "license": "MIT",
24 "dependencies": {
25 "postcss": "^5.0.5"
26 },
27 "devDependencies": {
28 "chai": "^3.2.0",
29 "gulp": "^3.9.0",
30 "gulp-eslint": "^1.0.0",
31 "gulp-mocha": "^2.1.3",
32 "mocha": "^2.3.2"
33 }
34}