-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.51 KB
/
package.json
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
{
"name": "chartist-plugin-htmllabels",
"version": "0.4.0",
"description": "Provides the ability to use HTML labels again",
"main": "dist/chartist-plugin-htmllabels.js",
"browser": "dist/chartist-plugin-htmllabels.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"config": {
"banner": "/* chartist-plugin-htmllabels <%= pkg.version %>\n * Copyright © <%= year %> Sebastian Hilger\n * Free to use under the MIT license.\n */\n",
"src": "src",
"dist": "dist",
"tmp": ".tmp",
"test": "test"
},
"files": [
"dist",
"LICENSE",
"package.json",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/manogi/chartist-plugin-htmllabels.git"
},
"keywords": [
"chartist",
"plugin",
"html",
"labels"
],
"author": "Sebastian Hilger <[email protected]> (https://github.com/manogi)",
"license": "MIT",
"bugs": {
"url": "https://github.com/manogi/chartist-plugin-htmllabels/issues"
},
"homepage": "https://github.com/manogi/chartist-plugin-htmllabels#readme",
"devDependencies": {
"chartist": "~0.8.0",
"grunt": "^1.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jasmine": "~1.1.0",
"grunt-contrib-jshint": "~0.12.0",
"grunt-contrib-uglify": "^1.0.0",
"grunt-newer": "^1.0.0",
"grunt-umd": "^3.0.0",
"jasmine-fixture": "~1.2.2",
"jshint-stylish": "~1.0.0",
"load-grunt-config": "^0.19.2",
"time-grunt": "^1.0.0"
}
}