mirror of
https://github.com/wahyd4/shape-shifter.git
synced 2026-08-09 04:46:32 +10:00
14 lines
359 B
JSON
14 lines
359 B
JSON
{
|
|
"name": "shape-shifter",
|
|
"version": "1.0.0",
|
|
"description": "A canvas experiment",
|
|
"author": "Kenneth Cachia",
|
|
"devDependencies": {
|
|
"grunt": "~0.4.1",
|
|
"grunt-contrib-watch": "~0.5.1",
|
|
"grunt-contrib-clean": "~0.5.0",
|
|
"grunt-contrib-cssmin": "~0.6.1",
|
|
"grunt-contrib-jshint": "~0.6.0",
|
|
"grunt-contrib-concat": "~0.3.0"
|
|
}
|
|
} |