summaryrefslogtreecommitdiff
path: root/tools/template/package.json
blob: 07fdb516298f0df592de92d136c14d4db753ac62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
  "name": "wtstats-template",
  "version": "0.2.0",
  "description": "create a WiredTiger stats .html template",
  "main": "index.js",
  "scripts": {
    "build": "gulp pack"
  },
  "author": "Thomas Rueckstiess <thomas@rueckstiess.net>",
  "license": "",
  "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",
    "ampersand-view-switcher": "^1.1.2",
    "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"
  }
}