You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
495 B
20 lines
495 B
{
|
|
"name": "d3-sort-visualization",
|
|
"version": "1.0.0",
|
|
"description": "Sorting visualizations using the D3 library.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"chalk": "^1.1.1",
|
|
"express": "^4.13.3",
|
|
"grunt": "^0.4.5",
|
|
"grunt-concurrent": "^2.0.3",
|
|
"grunt-contrib-watch": "^0.6.1",
|
|
"grunt-eslint": "^17.1.0",
|
|
"load-grunt-config": "^0.17.2"
|
|
}
|
|
}
|
|
|