doodle3d-connect/package.json

24 lines
628 B
JSON
Raw Normal View History

2014-04-24 12:14:25 +02:00
{
"name": "doodle3d-server",
"version": "0.9.0",
"description": "Doodle3D Connect server",
"author": "Peter Uithoven, Rick Companje",
"readmeFilename": "README.md",
"devDependencies": {
"grunt": "~0.4.1",
"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",
2014-05-08 14:59:07 +02:00
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-clean": "^0.5.0"
2016-01-22 14:17:42 +01:00
},
"scripts": {
"start": "grunt"
2014-04-24 12:14:25 +02:00
}
}