-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
38 lines (38 loc) · 891 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-spark",
"version": "2.0.0",
"author": "Anthony Shaw",
"keywords": [
"github hubot cisco spark adapter"
],
"description": "A Cisco Spark adapter for hubot",
"licenses": [{
"type": "Apache-2.0",
"url": "http://github.com/tonybaloney/hubot-spark/raw/master/LICENSE"
}],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/tonybaloney/hubot-spark.git"
},
"dependencies": {
"webex": "^1.80.85",
"hubot": ">=2.3.0",
"request": "2.9.3",
"bluebird": "^3.5.0"
},
"scripts": {
"prepublish": "coffee -o lib -c src && cat .gitignore | grep -v '^lib$' > .npmignore",
"test": "make test"
},
"devDependencies": {
"mocha": "~2.2",
"coffee-script": "~1.9.1",
"nock": "~0.28.3"
},
"main": "./src/spark",
"engine": "node >= 0.10.0",
"engines": {
"node": "*"
}
}