-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
52 lines (52 loc) · 1.15 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
48
49
50
51
52
{
"name": "inote-util",
"version": "1.17.2",
"description": "A collection of utility functions and classes.",
"repository": {
"type": "git",
"url": "https://github.com/intellinote/inote-util.git"
},
"bugs": {
"url": "https://github.com/intellinote/inote-util/issues"
},
"license": "MIT",
"author": "Team-One/BroadSoft/Cisco <https://www.team-one.com/>",
"dependencies": {
"aws-sdk": "^2",
"comment-json": "^1",
"mkdirp": "^0",
"mmmagic": "^0",
"nconf": "^0",
"priorityqueuejs": "^1",
"remove": "^0",
"request": "^2.83",
"seedrandom": "^2",
"semver": "^5",
"shelljs": "^0",
"sprintf-js": "^1",
"uuid": "^3"
},
"devDependencies": {
"coffee-19-jshint": "^2",
"coffee-coverage": "^3",
"coffee-errors": "^0",
"coffee-script": "^1",
"coffeelint": "^2",
"docco": "^0",
"dustjs-linkedin": "^2",
"htmlparser": "^1",
"marked-toc": "^0",
"8fold-marked": "^0",
"mocha": "^2",
"should": "^13",
"stew-select": "^0",
"zipstream": "^0"
},
"main": "lib/index.js",
"scripts": {
"test": "make test"
},
"engines": {
"node": ">=6"
}
}