wecui
Version:
一款基于Vue2.x版本的移动端web组件
60 lines (59 loc) • 1.38 kB
JSON
{
"name": "postcss-neat",
"version": "2.5.3",
"description": "PostCSS plugin that provides a semantic and fluid grid framework.",
"keywords": [
"postcss-plugin",
"postcss",
"css",
"postcssplugin",
"columns",
"grid",
"layout",
"media",
"media-queries",
"neat",
"queries",
"semantic"
],
"author": {
"name": "Alexandr Marinenko",
"url": "http://codepen.io/jo-asakura/popular/"
},
"homepage": "http://jo-asakura.github.io/postcss-neat/",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jo-asakura/postcss-neat.git"
},
"dependencies": {
"babel-polyfill": "6.7.4",
"postcss": "5.0.19"
},
"devDependencies": {
"autoprefixer": "6.3.6",
"babel-core": "6.7.4",
"babel-eslint": "6.0.2",
"babel-preset-es2015": "6.6.0",
"chai": "3.5.0",
"clean-css": "3.4.11",
"del": "1.2.0",
"eslint": "0.11.0-alpha.0",
"gulp": "3.9.1",
"gulp-babel": "6.1.2",
"gulp-concat": "2.6.0",
"gulp-eslint": "0.12.0",
"gulp-mocha": "2.2.0",
"gulp-postcss": "6.1.0",
"gulp-sourcemaps": "1.5.2",
"postcss-media-minmax": "2.1.2",
"postcss-nested": "0.3.2",
"postcss-simple-vars": "0.3.0"
},
"main": "lib/index.js",
"scripts": {
"test": "gulp",
"build": "gulp build",
"prepublish": "npm run build"
}
}