-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 853 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
34
35
36
37
38
{
"name": "hubot-bookmark",
"description": "A hubot script to save bookmarks",
"version": "0.0.5",
"author": "Jason Poon <[email protected]>",
"license": "MIT",
"keywords": [
"hubot",
"hubot-scripts"
],
"repository": {
"type": "git",
"url": "git://github.com/jpoon/hubot-bookmark.git"
},
"bugs": {
"url": "https://github.com/jpoon/hubot-bookmark/issues"
},
"dependencies": {
"coffeescript": "2.2",
"lodash": "4.17.5"
},
"devDependencies": {
"chai": "*",
"coffeelint": "2.1.0",
"grunt": "1.0.2",
"grunt-coffeelint": "0.0.16",
"grunt-contrib-watch": "1.0.0",
"grunt-mocha-test": "0.13.3",
"grunt-release": "0.14.0",
"hubot-test-helper": "1.9.0",
"matchdep": "2.0.0",
"mocha": "*"
},
"main": "index.coffee",
"scripts": {
"test": "grunt test"
}
}