50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"name": "wtstats-template",
|
|
"version": "0.9.0",
|
|
"description": "create the WiredTiger stats .html template",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "gulp pack"
|
|
},
|
|
"author": "Thomas Rueckstiess <thomas@rueckstiess.net>",
|
|
"license": "MIT",
|
|
"repository" : {
|
|
"type": "git",
|
|
"url": "http://github.com/wiredtiger/wiredtiger.git"
|
|
},
|
|
"dependencies": {
|
|
"ampersand-collection": "^1.3.17",
|
|
"ampersand-collection-underscore-mixin": "^1.0.3",
|
|
"ampersand-model": "^4.0.3",
|
|
"ampersand-state": "^4.4.1",
|
|
"ampersand-subcollection": "^1.5.0",
|
|
"ampersand-view": "^7.2.0",
|
|
"bootstrap": "https://github.com/twbs/bootstrap/archive/v3.2.0.tar.gz",
|
|
"d3": "^3.5.2",
|
|
"font-awesome": "https://github.com/FortAwesome/Font-Awesome/archive/v4.2.0.tar.gz",
|
|
"jquery": "^2.1.1",
|
|
"lodash": "^2.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"browserify": "^6.3.3",
|
|
"debug": "^2.1.0",
|
|
"gulp": "^3.8.10",
|
|
"gulp-jade": "^0.10.0",
|
|
"gulp-less": "^1.3.6",
|
|
"gulp-livereload": "^2.1.1",
|
|
"gulp-uglify": "^1.0.1",
|
|
"gulp-uglifycss": "^1.0.4",
|
|
"gulp-util": "^3.0.1",
|
|
"jade": "^1.8.1",
|
|
"jadeify": "^3.0.0",
|
|
"mocha": "^2.0.1",
|
|
"node-notifier": "^4.0.3",
|
|
"packify": "^1.1.2",
|
|
"pretty-hrtime": "^0.2.2",
|
|
"vinyl-buffer": "^1.0.0",
|
|
"vinyl-source-stream": "^1.0.0",
|
|
"watchify": "^2.1.1",
|
|
"zuul": "^1.15.2"
|
|
}
|
|
}
|