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

package.json - github.com/jappix/jappix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cbe3ea9d709240db42fff723d846193a8d3e2880 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
  "name": "jappix",
  "description": "Jappix, a full-featured XMPP web-client (Jappix Desktop, Jappix Mobile & Jappix Mini).",
  "version": "1.1.7-dev",
  "homepage": "https://jappix.com/",

  "repository": {
    "type": "git",
    "url": "https://github.com/jappix/jappix.git"
  },

  "author": {
    "name": "Valérian Saliou",
    "url": "https://valeriansaliou.name/"
  },

  "main": "Gruntfile.js",

  "engines": {
    "node": ">=0.8.0"
  },

  "scripts": {
    "test": "npm install; grunt test"
  },

  "devDependencies": {
    "grunt": "0.4.5",
    "grunt-contrib-csslint": "0.2.0",
    "grunt-contrib-jshint": "0.10.0",
    "grunt-phplint": "0.0.5"
  }
}