forked from ForstaLabs/forsta-messenger-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 855 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
{
"name": "forsta-messenger-client",
"version": "0.1.0",
"description": "Forsta Messenger Client",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ForstaLabs/forsta-messenger-client.git"
},
"author": "Forsta, Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/ForstaLabs/forsta-messenger-client/issues"
},
"homepage": "https://github.com/ForstaLabs/forsta-messenger-client#readme",
"scripts": {
"build": "grunt",
"docs": "jsdoc -c .jsdoc.conf src"
},
"devDependencies": {
"docdash": "1.1.1",
"eslint": "6.1.0",
"grunt": "1.0.4",
"grunt-cli": "1.3.2",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-uglify-es": "github:gruntjs/grunt-contrib-uglify#ccb95a70cad6a4",
"jsdoc": "3.6.3"
},
"dependencies": {
"ifrpc": "2.0.0"
}
}