UNPKG

1.99 kBJSONView Raw
1{
2 "name": "facebook-messenger-bot",
3 "version": "0.0.5",
4 "description": "Simple, light-weight Facebook Messenger Bot API for Node/ES6",
5 "main": "index.js",
6 "dependencies": {
7 "babel-runtime": "^6.6.1",
8 "bluebird": "^3.3.5",
9 "body-parser": "^1.15.0",
10 "express": "^4.0.0",
11 "lodash": "^4.11.1",
12 "superagent": "^1.8.3"
13 },
14 "scripts": {
15 "eslint": "node ./node_modules/eslint/bin/eslint.js --config ./.eslintrc.json",
16 "grunt": "node ./node_modules/grunt-cli/bin/grunt",
17 "start": "node index.compiled.js",
18 "test": "set -e; node ./node_modules/mocha/bin/mocha ./dist/tests/*-test.js; npm run lint",
19 "lint": "set -e; npm run eslint --no-color --quiet --ext js,.es6,.jsx ./",
20 "build": "npm run grunt build"
21 },
22 "repository": {
23 "type": "git",
24 "url": "git+https://github.com/bluejamesbond/FacebookMessengerBot.js.git"
25 },
26 "author": "Mathew Kurian",
27 "license": "ISC",
28 "bugs": {
29 "url": "https://github.com/bluejamesbond/FacebookMessengerBot.js/issues"
30 },
31 "homepage": "https://github.com/bluejamesbond/FacebookMessengerBot.js#readme",
32 "devDependencies": {
33 "babel-core": "6.7.7",
34 "babel-eslint": "6.0.4",
35 "babel-plugin-array-includes": "2.0.3",
36 "babel-plugin-syntax-async-functions": "6.5.0",
37 "babel-plugin-syntax-class-properties": "6.5.0",
38 "babel-plugin-transform-async-to-module-method": "6.7.0",
39 "babel-plugin-transform-object-rest-spread": "6.6.5",
40 "babel-plugin-transform-runtime": "6.7.5",
41 "babel-preset-es2015": "6.6.0",
42 "babel-preset-stage-0": "6.5.0",
43 "eslint": "2.9.0",
44 "eslint-config-airbnb": "8.0.0",
45 "eslint-plugin-babel": "3.2.0",
46 "eslint-plugin-import": "1.6.1",
47 "eslint-plugin-jsx-a11y": "1.0.4",
48 "eslint-plugin-mocha": "2.2.0",
49 "eslint-plugin-react": "5.0.1",
50 "grunt": "1.0.1",
51 "grunt-babel": "6.0.0",
52 "grunt-cli": "1.2.0",
53 "grunt-contrib-clean": "1.0.0",
54 "load-grunt-tasks": "3.5.0",
55 "mocha": "2.4.5"
56 }
57}