UNPKG

css-atoms

Version:

A legal way of doing inline css

40 lines (39 loc) 966 B
{ "name": "css-atoms", "version": "1.1.2", "description": "A legal way of doing inline css", "scripts": { "start": "./node_modules/gulp/bin/gulp.js serve", "build": "./node_modules/gulp/bin/gulp.js build", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/kersh/css-atoms.git" }, "keywords": [ "CSS", "Atoms", "Basscss", "Basic", "Low-level CSS", "Sass", "Less", "Stylus" ], "author": "Vladimir Shafikov <vladimir@shafikov.com> (http://shafikov.com)", "license": "MIT", "bugs": { "url": "https://github.com/kersh/css-atoms/issues" }, "homepage": "https://github.com/kersh/css-atoms#readme", "devDependencies": { "gulp": "^3.9.1", "gulp-autoprefixer": "^3.1.1", "gulp-less": "^3.3.0", "gulp-rename": "^1.2.2", "gulp-sass": "^3.1.0", "gulp-stylus": "^2.6.0" }, "main": "gulpfile.js" }