kdf
Version:
57 lines (56 loc) • 1.41 kB
JSON
{
"name": "kdf",
"version": "0.1.15",
"description": "KD: a non-document focused UI Framework for web applications.",
"main": "gulpfile.js",
"scripts": {
"test": "./node_modules/gulp/bin/gulp.js karma-travis"
},
"homepage": "http://kd.io",
"repository": {
"type": "git",
"url": "git://github.com/koding/kd.git"
},
"keywords": [
"ui",
"framework",
"coffeescript",
"stylus"
],
"author": "Koding, Inc. - Sinan Yasar",
"license": "MIT",
"dependencies": {
"gulp": "^3.8.10",
"gulp-coffee": "^2.2.0",
"vinyl-source-stream": "^1.0.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.0.2",
"gulp-stylus": "1.3.4",
"gulp-minify-css": "^0.3.11",
"del": "^1.1.0",
"gulp-util": "^3.0.1",
"gulp-concat": "^2.4.2",
"coffee-script": "1.8.0",
"coffeeify": "~1.0.0",
"minimist": "1.1.0",
"gulp-if": "1.2.5",
"gulp-buffer": "0.0.2",
"browserify": "^7.0.0",
"jquery-mousewheel": "^3.1.12",
"findit": "^2.0.0",
"bluebird": "^2.3.11"
},
"devDependencies": {
"chai": "^1.10.0",
"express": "^4.10.4",
"gulp-karma": "0.0.4",
"gulp-livereload": "^2.1.1",
"gulp-markdox": "^0.1.1",
"karma-chrome-launcher": "^0.1.7",
"karma-firefox-launcher": "^0.1.3",
"karma-mocha": "^0.1.10",
"karma-sauce-launcher": "^0.2.10",
"mocha": "^2.0.1",
"sinon": "^1.12.1"
}
}