forked from adrienjoly/chrome-next-step-for-trello
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 863 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
{
"name": "chrome-next-step-for-trello",
"version": "1.8.16",
"description": "Google Chrome extension to check tasks directly from your Trello boards.",
"main": "next-step-for-trello.user.js",
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
"publish": "./build.sh",
"test": "./node_modules/mocha/bin/mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adrienjoly/chrome-next-step-for-trello.git"
},
"author": "Adrien Joly <[email protected]> (https://adrienjoly.com/)",
"license": "",
"bugs": {
"url": "https://github.com/adrienjoly/chrome-next-step-for-trello/issues"
},
"homepage": "https://github.com/adrienjoly/chrome-next-step-for-trello#readme",
"devDependencies": {
"mocha": "^3.3.0",
"mock-browser": "^0.92.14",
"sinon-chrome": "^2.2.1"
}
}