mirror of
https://github.com/nextcloud/passman.git
synced 2024-11-11 01:34:12 +08:00
14 lines
348 B
JSON
14 lines
348 B
JSON
{
|
|
"name": "Passman",
|
|
"version": "0.0.1",
|
|
"devDependencies": {
|
|
"grunt": "~0.4.5",
|
|
"grunt-contrib-jshint": "~0.10.0",
|
|
"grunt-contrib-nodeunit": "~0.4.1",
|
|
"grunt-contrib-sass": "^1.0.0",
|
|
"grunt-contrib-uglify": "~0.5.0",
|
|
"grunt-contrib-watch": "^1.0.0",
|
|
"grunt-html2js": "^0.3.6",
|
|
"html-minifier": "^3.0.2"
|
|
}
|
|
}
|