-
Notifications
You must be signed in to change notification settings - Fork 110
/
package.json
executable file
·45 lines (45 loc) · 1.27 KB
/
package.json
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
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "LoquiIM",
"version": "v0.6.4",
"minorVersion": "",
"description": "Loqui Instant Messenger unifies all your chat accounts in just one app",
"author": {
"name": "LoquiIM Community",
"site": "loqui.im"
},
"repository": {
"type": "git",
"url": "https://github.com/loqui/im"
},
"license": {
"type": "AGPL"
},
"scripts": {
"build": "grunt",
"jshint": "node_modules/jshint/bin/jshint -c .jshintrc --exclude-path .gitignore src/scripts/loqui",
"jsdoc-init": "git clone -b gh-pages --single-branch https://github.com/loqui/im.git gh-pages",
"jsdoc-build" : "sh jsdoc/build.sh",
"jsdoc-publish": "sh jsdoc/publish.sh"
},
"pre-commit": [
"jshint"
],
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "0.1.13",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-compress": "~0.13.0",
"grunt-contrib-connect": "~0.11.2",
"grunt-contrib-copy": "~0.8.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-execute": "~0.2.2",
"grunt-node-webkit-builder": "~1.0.2",
"grunt-sass": "^1.0.0",
"grunt-sed": "^0.1.1",
"ink-docstrap": "git://github.com/TitanNano/docstrap.git",
"jsdom": "~6.5.1",
"jshint": "^2.6.0",
"pre-commit": "^1.0.1",
"grunt-debian-package": "~0.1.13"
}
}