{ "name": "boarding-pass", "version": "1.0.0-beta2", "description": "Boarding Pass provides a set of tools and defaults to quickly start front-end web project styling.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git://github.com/lacroixdesign/boarding_pass.git" }, "keywords": [ "sass", "css" ], "author": "Michael LaCroix (http://www.lacroixdesign.net)", "license": "MIT", "bugs": { "url": "https://github.com/lacroixdesign/boarding_pass/issues" }, "dependencies": { "node-neat": "1.x" }, "devDependencies": { "node-sass": "~0.8.1", "express": "~3.4.8", "jade": "~1.1.4" } }