forked from fruition-partners/filesync
-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
47 lines (47 loc) · 1.08 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
46
47
{
"name": "sn-filesync",
"version": "4.2.4",
"description": "Enables out of instance record updates for ServiceNow.",
"main": "bin/app.js",
"bin": {
"filesync": "./bin/app.js"
},
"dependencies": {
"assert-plus": "^1.0.0",
"chokidar": "^1.0.0",
"colors": "^1.1.0",
"fs-extra": "^0.26.5",
"glob": "^6.0.0",
"minimist": "^1.1.1",
"moment": "^2.10.2",
"node-notifier": "^4.3.1",
"osx-notifier": "^0.2.1",
"@mishguru/restler": "https://github.com/mishguruorg/restler/tarball/master",
"winston": "^1.0.0"
},
"engines": {
"node": ">=4.2.6 || >=5.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/dynamicdan/filesync"
},
"keywords": [
"servicenow",
"sync",
"files",
"updates",
"editing",
"instance"
],
"author": "DynamicDan",
"license": "MIT",
"bugs": {
"url": "https://github.com/dynamicdan/filesync/issues"
},
"homepage": "https://github.com/dynamicdan/filesync"
}