UNPKG

1.33 kBJSONView Raw
1{
2 "name": "social-cms-backend",
3 "description": "Express middleware to provide schema-less REST APIs for creating a social networking website primarily using angular.js. It comes with built-in authentication, authorization and notification features.",
4 "version": "0.3.1",
5 "author": "Daishi Kato <daishi@axlight.com>",
6 "contributors": [
7 "Shunsuke Watanabe <craftgear@gmail.com>"
8 ],
9 "dependencies": {
10 "mongodb": "~1.3.10",
11 "underscore": "~1.4.4",
12 "async": "~0.2.9",
13 "passport": "~0.1.17",
14 "passport-local": "~0.1.6",
15 "passport-facebook": "~0.1.5",
16 "fb": "~0.6.2",
17 "passport-http": "~0.2.2"
18 },
19 "devDependencies": {
20 "express": "~3.2.6",
21 "request": "https://github.com/dai-shi/request/archive/d919bc1ce9.tar.gz",
22 "mocha": "~1.11.0",
23 "socket.io": "https://github.com/nkzawa/socket.io/archive/master.tar.gz",
24 "socket.io-client": "https://github.com/nkzawa/socket.io-client/archive/master.tar.gz"
25 },
26 "repository": {
27 "type": "git",
28 "url": "https://github.com/dai-shi/social-cms-backend.git"
29 },
30 "keywords": [
31 "express",
32 "social",
33 "cms",
34 "rest",
35 "angular"
36 ],
37 "main": "./lib/index.js",
38 "scripts": {
39 "test": "NODE_ENV=test ./node_modules/.bin/mocha -t 15000"
40 },
41 "license": "BSD",
42 "engines": {
43 "node": ">=0.8.4"
44 }
45}