UNPKG

824 BJSONView Raw
1{
2 "name": "hubot-artsy",
3 "description": "Robots like art.",
4 "version": "1.0.1",
5 "author": "robksawyer <robksawyer@gmail.com>",
6 "license": "MIT",
7 "keywords": [
8 "art",
9 "artsy",
10 "hubot",
11 "hubot-scripts"
12 ],
13 "repository": {
14 "type": "git",
15 "url": "git://github.com/robksawyer/hubot-artsy.git"
16 },
17 "bugs": {
18 "url": "https://github.com/robksawyer/hubot-artsy/issues"
19 },
20 "dependencies": {
21 "coffee-script": "~1.6",
22 "superagent": "^0.21.0",
23 "traverson": "^0.15.0"
24 },
25 "devDependencies": {
26 "mocha": "*",
27 "chai": "*",
28 "sinon-chai": "*",
29 "sinon": "*",
30 "grunt-mocha-test": "~0.7.0",
31 "grunt-release": "~0.6.0",
32 "matchdep": "~0.1.2",
33 "grunt-contrib-watch": "~0.5.3"
34 },
35 "main": "index.coffee",
36 "scripts": {
37 "test": "grunt test"
38 }
39}