Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3b670ca650ed1b66bcb567ec33d7629a715a8d32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "Passman",
  "version": "0.0.1",
  "devDependencies": {
    "grunt": "~0.4.5",
    "grunt-contrib-jshint": "^0.12.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"
  }
}