-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
37 lines (37 loc) · 917 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
{
"name": "talk-node-sdk",
"version": "0.4.10",
"main": "./lib/talk",
"description": "node sdk for talk",
"directories": {
"test": "./test",
"lib": "./lib"
},
"scripts": {
"test": "NODE_ENV=test ./node_modules/.bin/mocha --require coffee-script/register --require should --reporter spec test/main.coffee",
"prepublish": "rm -rf lib && coffee -o lib -c src"
},
"author": {
"name": "Teambition",
"url": "https://www.teambition.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:teambition/talk-node-sdk.git"
},
"devDependencies": {
"coffee-script": "^1.9.3",
"express": "^4.13.3",
"mocha": "^2.2.5",
"should": "^7.0.4",
"supertest": "^1.0.1"
},
"dependencies": {
"bluebird": "^2.9.34",
"body-parser": "^1.13.3",
"cron": "^1.0.9",
"graceful-logger": "^0.4.3",
"request": "^2.61.0"
}
}