-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 857 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 857 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
37
38
39
{
"name": "chattycrow",
"version": "0.0.3",
"description": "Chatty Crow client library to call Chatty Crow API.",
"homepage": "http://chattycrow.com",
"author": "NetBrick s.r.o.",
"contributors": [
"Strnadj <jan.strnadek@gmail.com>"
],
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/ChattyCrow/chattycrow_nodejs.git"
},
"keywords": [
"ChattyCrow",
"Push",
"Notifications"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ChattyCrow/chattycrow_nodejs/issues"
},
"dependencies": {
"request": "~2.40.0"
},
"devDependencies": {
"chai": "^1.9.2",
"gulp": "^3.8.8",
"gulp-coffee": "^2.2.0",
"gulp-plumber": "^0.6.5",
"gulp-util": "^3.0.1",
"mocha": "1.21.4",
"nock": "^0.48.0"
}
}