package.json 3.38 KB
Newer Older
Joe TS Dell's avatar
Joe TS Dell committed
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
  "_args": [
    [
      "chartist@0.11.4",
      "/Users/rokaux/Sites/around-new"
    ]
  ],
  "_from": "chartist@0.11.4",
  "_id": "chartist@0.11.4",
  "_inBundle": false,
  "_integrity": "sha512-H4AimxaUD738/u9Mq8t27J4lh6STsLi4BQHt65nOtpLk3xyrBPaLiLMrHw7/WV9CmsjGA02WihjuL5qpSagLYw==",
  "_location": "/chartist",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "chartist@0.11.4",
    "name": "chartist",
    "escapedName": "chartist",
    "rawSpec": "0.11.4",
    "saveSpec": null,
    "fetchSpec": "0.11.4"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/chartist/-/chartist-0.11.4.tgz",
  "_spec": "0.11.4",
  "_where": "/Users/rokaux/Sites/around-new",
  "author": {
    "name": "Gion Kunz"
  },
  "browser": "dist/chartist.js",
  "bugs": {
    "url": "https://github.com/gionkunz/chartist-js/issues"
  },
  "config": {
    "banner": "/* Chartist.js <%= pkg.version %>\n * Copyright © <%= year %> Gion Kunz\n * Free to use under either the WTFPL license or the MIT license.\n * https://raw.githubusercontent.com/gionkunz/chartist-js/master/LICENSE-WTFPL\n * https://raw.githubusercontent.com/gionkunz/chartist-js/master/LICENSE-MIT\n */\n",
    "src": "src",
    "dist": "dist",
    "site": "site",
    "tmp": ".tmp",
    "public": ".public",
    "test": "test"
  },
  "dependencies": {},
  "description": "Simple, responsive charts",
  "devDependencies": {
    "assemble-dox": "0.0.2",
    "grunt": "^1.0.1",
    "grunt-assemble": "^0.4.0",
    "grunt-concurrent": "^2.3.0",
    "grunt-contrib-clean": "^1.0.0",
    "grunt-contrib-concat": "^1.0.1",
    "grunt-contrib-connect": "^1.0.2",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-cssmin": "^1.0.1",
    "grunt-contrib-htmlmin": "^1.4.0",
    "grunt-contrib-imagemin": "^1.0.0",
    "grunt-contrib-jasmine": "^1.0.3",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-contrib-uglify": "^1.0.1",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-critical": "^0.2.1",
    "grunt-newer": "^1.1.0",
    "grunt-sass": "^1.1.0",
    "grunt-svgmin": "^3.2.0",
    "grunt-template": "^0.2.3",
    "grunt-umd": "^2.3.1",
    "grunt-usemin": "^3.1.1",
    "handlebars-helpers": "^0.6.1",
    "jasmine-jquery": "^2.1.1",
    "jquery": "^3.0.0",
    "jshint-stylish": "^2.2.0",
    "load-grunt-config": "^0.19.2",
    "lodash": "^4.13.1",
    "seed-random": "^2.2.0",
    "time-grunt": "^1.0.0"
  },
  "engines": {
    "node": ">=4.6.0"
  },
  "files": [
    "dist",
    "LICENSE-WTFPL",
    "LICENSE-MIT",
    "package.json",
    "README.md",
    "rescue-campaign.js"
  ],
  "homepage": "https://gionkunz.github.io/chartist-js",
  "keywords": [
    "chartist",
    "responsive charts",
    "charts",
    "charting"
  ],
  "license": "MIT OR WTFPL",
  "licenses": [
    {
      "type": "WTFPL",
      "url": "https://github.com/gionkunz/chartist-js/blob/master/LICENSE-WTFPL"
    },
    {
      "type": "MIT",
      "url": "https://github.com/gionkunz/chartist-js/blob/master/LICENSE-MIT"
    }
  ],
  "main": "dist/chartist.js",
  "name": "chartist",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gionkunz/chartist-js.git"
  },
  "scripts": {
    "build": "grunt build",
    "dev": "grunt dev",
    "preview": "grunt preview",
    "public": "grunt public",
    "start": "grunt",
    "test": "grunt test"
  },
  "style": "dist/chartist.min.css",
  "title": "Chartist.js",
  "version": "0.11.4"
}