mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
17 lines
382 B
JSON
17 lines
382 B
JSON
{
|
|
"name": "OpenProject",
|
|
"version": "0.1.0",
|
|
"devDependencies": {
|
|
"grunt": "~0.4.2",
|
|
"grunt-contrib-jshint": "~0.8.0",
|
|
"mocha-phantomjs": "~3.1.6",
|
|
"phantomjs": "~1.9.2",
|
|
"grunt-contrib-watch": "~0.5.3",
|
|
"grunt-mocha-phantomjs": "~0.3.2",
|
|
"grunt-jscoverage": "0.0.3",
|
|
"rimraf": "~2.2.5",
|
|
"json2htmlcov": "~0.1.1",
|
|
"exec": "0.0.6"
|
|
}
|
|
}
|