forked from loqui/im
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 876 Bytes
/
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
{
"name": "LoquiIM",
"version": "v0.4.2",
"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" : {
"jshint": "node_modules/jshint/bin/jshint -c .jshintrc --exclude-path .gitignore src/scripts/loqui"
},
"pre-commit": ["jshint"],
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~0.9.1",
"grunt-contrib-connect": "~0.6.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-execute": "~0.2.2",
"grunt-node-webkit-builder": "~0.2.0",
"jsdom": "~2.0.0",
"jshint": "^2.6.0",
"pre-commit": "^1.0.1"
}
}