1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- {
- "name": "cascader",
- "version": "0.1.3",
- "description": "Mini CSS Framework.",
- "keywords": [
- "null"
- ],
- "license": "MIT",
- "repository": {
- "type": "git",
- "url": "https://github.com/null/cascader.git"
- },
- "bugs": {
- "url": "https://github.com/null/cascader/issues"
- },
- "files": [
- "dist",
- "grunt",
- "src",
- "browserslist",
- "Gruntfile.js"
- ],
- "main": "src/cascader.styl",
- "devDependencies": {
- "autoprefixer": "^6.7.7",
- "css-mqpacker": "^5.0.1",
- "grunt": "^1.0.1",
- "grunt-browser-sync": "^2.2.0",
- "grunt-contrib-clean": "^1.0.0",
- "grunt-contrib-csslint": "^2.0.0",
- "grunt-contrib-stylus": "^1.2.0",
- "grunt-contrib-watch": "^1.0.0",
- "grunt-csscomb": "^3.1.1",
- "grunt-csso": "^2.2.0",
- "grunt-stylint": "^0.2.0",
- "grunt-usebanner": "^0.3.1",
- "jit-grunt": "^0.10.0",
- "load-grunt-config": "^0.19.2",
- "postcss": "^5.2.16",
- "postcss-cssnext": "^2.9.0",
- "postcss-flexbugs-fixes": "^2.1.0",
- "postcss-font-family-system-ui": "^1.0.2",
- "postcss-font-magician": "^1.6.1",
- "postcss-responsive-font": "^1.0.0",
- "poststylus": "^0.2.3",
- "rucksack": "^2.1.2",
- "rucksack-css": "^0.9.1"
- },
- "scripts": {
- "develop": "grunt develop",
- "deploy": "grunt deploy"
- }
- }
|