UNPKG

techy

Version:

Flat CMS based on Gulp and AbsurdJS

52 lines (51 loc) 1.11 kB
{ "name": "techy", "version": "1.2.5", "homepage": "http://krasimir.github.io/techy", "description": "Flat CMS based on Gulp and AbsurdJS", "main": "./lib/index.js", "author": { "name": "Krasimir Tsonev", "email": "info@krasimirtsonev.com", "url": "http://krasimirtsonev.com" }, "license": "MIT", "dependencies": { "absurd": "~0.3.146", "gulp": "3.6.0", "gulp-absurd": "0.0.1", "gulp-concat": "2.2.0", "gulp-jshint": "1.5.3", "gulp-uglify": "0.2.1", "through2": "0.4.1", "gulp-util": "2.2.14", "marked": "0.3.1", "minimist": "0.0.8", "html-entities": "1.0.10", "glob": "3.2.9", "glob-expand": "*", "ncp": "0.5.0", "colors": "0.6.2", "yaml-front-matter": "3.0.1" }, "devDependencies": { "expect.js": "0.3.1", "gulp-less": "1.2.3" }, "keywords": [ "flat", "cms", "gulp", "absurdjs" ], "repository": { "type": "git", "url": "https://github.com/krasimir/techy.git" }, "bin": { "techy": "./lib/index.js" }, "scripts": { "test": "mocha ./tests --reporter spec" } }