{ "name": "css-chassis", "title": "Chassis", "description": "An attempt at creating open standards designed for CSS libraries, JavaScript UI libraries, and web developers in general", "version": "0.0.1", "author": { "name": "jQuery Foundation and other contributors", "url": "https://github.com/jquery/css-chassis/blob/master/AUTHORS.txt" }, "maintainers": [ { "name": "Sarah Frisk", "email": "sarah@sarahfrisk.net", "url": "http://sarahfrisk.net" }, { "name": "Alexander Schmitz", "email": "arschmitz@gmail.com", "url": "http://arschmitz.me" }, { "name": "Chris Bracco", "email": "chris@cbracco.me", "url": "http://cbracco.me" } ], "repository": { "type": "git", "url": "git://github.com/jquery/css-chassis.git" }, "bugs": "http://github.com/jquery/css-chassis/issues/", "licenses": [ { "type": "MIT", "url": "https://github.com/jquery/css-chassis/blob/master/LICENSE.txt" } ], "scripts": { "build": "npm install && grunt build", "start": "grunt watch", "test": "grunt" }, "dependencies": { "normalize.css": "3.0.3" }, "devDependencies": { "browser-perf": "1.2.3", "chromedriver": "2.13.0", "commitplease": "2.0.0", "ejs-template": "0.1.0", "grunt": "0.4.5", "grunt-autoprefixer": "2.1.0", "grunt-contrib-cssmin": "0.10.0", "grunt-contrib-csslint": "0.4.0", "grunt-contrib-jshint": "0.10.0", "grunt-contrib-connect": "0.9.0", "grunt-contrib-watch": "0.6.1", "grunt-csscomb": "3.0.0", "grunt-git-authors": "2.0.0", "grunt-html": "1.6.0", "grunt-jscs": "1.8.0", "grunt-sass": "0.17.0", "grunt-selenium-server": "0.1.2", "grunt-svgmin": "2.0.0", "grunt-svgstore": "0.5.0", "jsass-vars": "0.0.3", "load-grunt-config": "0.16.0", "perfjankie": "1.2.2" }, "keywords": [] }