UNPKG

1.41 kBJSONView Raw
1{
2 "name": "kdf",
3 "version": "0.1.12",
4 "description": "KD: a non-document focused UI Framework for web applications.",
5 "main": "gulpfile.js",
6 "scripts": {
7 "test": "./node_modules/gulp/bin/gulp.js karma-travis"
8 },
9 "homepage": "http://kd.io",
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/koding/kd.git"
13 },
14 "keywords": [
15 "ui",
16 "framework",
17 "coffeescript",
18 "stylus"
19 ],
20 "author": "Koding, Inc. - Sinan Yasar",
21 "license": "MIT",
22 "dependencies": {
23 "jquery-mousewheel": "^3.1.12"
24 },
25 "devDependencies": {
26 "gulp": "^3.8.10",
27 "bluebird": "^2.3.11",
28 "gulp-coffee": "^2.2.0",
29 "vinyl-source-stream": "^1.0.0",
30 "gulp-rename": "^1.2.0",
31 "gulp-uglify": "^1.0.2",
32 "gulp-stylus": "1.3.4",
33 "gulp-minify-css": "^0.3.11",
34 "del": "^1.1.0",
35 "gulp-util": "^3.0.1",
36 "gulp-concat": "^2.4.2",
37 "coffee-script": "1.8.0",
38 "coffeeify": "~1.0.0",
39 "minimist": "1.1.0",
40 "gulp-if": "1.2.5",
41 "gulp-buffer": "0.0.2",
42 "browserify": "^7.0.0",
43 "findit": "^2.0.0",
44 "chai": "^1.10.0",
45 "express": "^4.10.4",
46 "gulp-karma": "0.0.4",
47 "gulp-livereload": "^2.1.1",
48 "gulp-markdox": "^0.1.1",
49 "karma-chrome-launcher": "^0.1.7",
50 "karma-firefox-launcher": "^0.1.3",
51 "karma-mocha": "^0.1.10",
52 "karma-sauce-launcher": "^0.2.10",
53 "mocha": "^2.0.1",
54 "sinon": "^1.12.1"
55 }
56}