@forthright48/simplecss
Version:
A simple css library using flexbox for layout
47 lines (46 loc) • 1.2 kB
JSON
{
"name": "@forthright48/simplecss",
"version": "1.3.0",
"description": "A simple css library using flexbox for layout",
"main": "index.js",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/forthright48/simplecss.git"
},
"keywords": [
"css",
"simplecss",
"flexbox"
],
"author": "Mohammad Samiul Islam (forthright48)",
"license": "MIT",
"bugs": {
"url": "https://github.com/forthright48/simplecss/issues"
},
"homepage": "https://github.com/forthright48/simplecss#readme",
"dependencies": {
"express": "^4.14.0",
"pug": "^2.0.0-beta3"
},
"devDependencies": {
"babel-plugin-transform-runtime": "^6.12.0",
"babel-preset-es2015": "^6.13.2",
"babel-runtime": "^6.11.6",
"browser-sync": "^2.14.0",
"chai": "^3.5.0",
"del": "^2.2.2",
"glob-to-vinyl": "^1.0.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^2.0.12",
"gulp-concat": "^2.6.0",
"gulp-nodemon": "^2.1.0",
"gulp-recursive-concat": "^0.2.0",
"gulp-resolve-dependencies": "^2.2.0",
"gulp-uglify": "^2.0.0",
"pump": "^1.0.1"
}
}