kulmapaikka-ircbot/package.json
2015-10-02 20:14:31 +03:00

36 lines
821 B
JSON

{
"name": "kulmapaikka-ircbot",
"version": "0.0.1",
"description": "Kulmapaikka",
"main": "index.js",
"scripts": {
"start": "./node_modules/.bin/nodemon app.js",
"test": "./node_modules/.bin/nodemon appTest.js"
},
"author": "Jukka Lankinen <jukka.lankinen@gmail.com>",
"license": "ISC",
"repository": {
"type" : "hg",
"url" : "https://lanxu@bitbucket.org/lanxu/kulmapaikka-ircbot"
},
"dependencies": {
"node-dev": "latest",
"cron": "latest",
"mkdirp": "~0.5.1",
"winston": "latest",
"file-stream-rotator": "latest",
"morgan": "latest",
"request-promise": "^0.4.2",
"request": "^2.55.0",
"promise": "^7.0.0",
"finalhandler": "latest",
"node-uuid": "latest",
"irc": "latest",
"googleapis": "latest",
"twitter": "latest"
},
"devDependencies": {
"nodemon": "^1.2.1"
}
}