{ "name": "pre-proc", "version": "1.0.2", "title": "preProc", "description": "The super simple preprocessor for front-end development.", "keywords": [ "preprocessor", "preprocess", "front-end", "javascript", "css", "html" ], "main": "./lib/pre-proc.js", "files": [ "lib/*.js" ], "engines": { "node": ">= 0.8.0" }, "devDependencies": { "chai": "^4.3.4", "mocha": "^10.1.0" }, "scripts": { "test": "mocha" }, "homepage": "https://github.com/anseki/pre-proc", "repository": { "type": "git", "url": "git://github.com/anseki/pre-proc.git" }, "bugs": "https://github.com/anseki/pre-proc/issues", "license": "MIT", "author": { "name": "anseki", "url": "https://github.com/anseki" } }