-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
29 lines (29 loc) · 909 Bytes
/
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
{
"name": "@tcs-open-source/simple-d3-heatmap",
"version": "1.0.16",
"description": "This module allows you to create nicely looking heatmap calendars with ease.",
"main": "simple-d3-heatmap.js",
"files": [
"simple-d3-heatmap.js",
"simple-d3-heatmap.min.js"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"minify": "uglifyjs 'simple-d3-heatmap.js' --compress --mangle --output simple-d3-heatmap.min.js",
"prepack": "npm run minify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/team-centric-software/simple-d3-heatmap.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/team-centric-software/simple-d3-heatmap/issues"
},
"homepage": "https://github.com/team-centric-software/simple-d3-heatmap#readme",
"devDependencies": {
"uglify-es": "^3.3.9"
},
"dependencies": {}
}