forked from ZenHubIO/chromepet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 831 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 831 Bytes
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
{
"author": "Leo Zhang <zhangchiqing@gmail.com>",
"name": "chromepet",
"description": "Report new extension version published on Chrome Web Store",
"version": "0.0.6",
"homepage": "https://github.com/ZenHubIO/chromepet",
"keywords": [
"chrome",
"extension"
],
"bin": "./bin/chromepet.js",
"repository": {
"type": "git",
"url": "git@github.com:ZenHubIO/chromepet.git"
},
"main": "./src/chromepet.js",
"engines": {
"node": ">=0.7.12",
"npm": ">=1.4.6"
},
"scripts": {
"test": "./node_modules/.bin/mocha ./test/zenhub.js"
},
"dependencies": {
"cheerio": "^0.18.0",
"commander": "^2.5.0",
"node-slack": "0.0.5",
"request": "^2.47.0",
"underscore": "^1.7.0"
},
"license": "MIT",
"devDependencies": {
"chai": "^1.9.2",
"mocha": "^2.0.1"
}
}