mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-21 17:07:55 +01:00
4a3da30ebd
The information is dynamically inserted when grunt is run.
25 lines
710 B
JSON
25 lines
710 B
JSON
{
|
|
"name": "doodle3d-client",
|
|
"version": "0.9.0",
|
|
"description": "Doodle3D client app",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Doodle3D/doodle3d-client.git"
|
|
},
|
|
"author": "Peter Uithoven, Adriaan Wormgoor, Rick Companje, Wouter Reckman",
|
|
"readmeFilename": "README.md",
|
|
"devDependencies": {
|
|
"grunt": "~0.4.5",
|
|
"grunt-cli": "~0.1.9",
|
|
"grunt-contrib-less": "~0.7.0",
|
|
"grunt-contrib-watch": "~0.5.3",
|
|
"grunt-contrib-uglify": "~0.2.4",
|
|
"grunt-contrib-jshint": "~0.6.4",
|
|
"grunt-autoprefixer": "~0.4.0",
|
|
"grunt-contrib-cssmin": "~0.6.2",
|
|
"grunt-contrib-concat": "~0.3.0",
|
|
"grunt-gitinfo": "~0.1.7",
|
|
"grunt-template": "~0.2.3"
|
|
}
|
|
}
|