WebWorldWind/package.json
2015-08-28 17:13:35 -07:00

20 lines
417 B
JSON

{
"name": "web-world-wind",
"version": "0.0.1",
"description": "Web World Wind",
"directories": {
"example": "examples",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "NASA",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-jsdoc": "^0.6.3"
}
}