forked from dai-shi/social-cms-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.49 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "social-cms-backend",
"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.",
"version": "0.7.2",
"author": "Daishi Kato <[email protected]>",
"contributors": [
"Shunsuke Watanabe <[email protected]>",
"Teruhisa Yamamoto",
"Naoto Satoh"
],
"dependencies": {
"async": "^1.5.2",
"body-parser": "^1.15.2",
"breeze-mongodb": "0.0.6",
"cookie-parser": "^1.4.3",
"express-session": "^1.14.2",
"fb": "^1.1.1",
"mongodb": "3.6.0",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-http": "^0.3.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"underscore": "^1.8.3"
},
"devDependencies": {
"eslint": "^3.12.2",
"express": "^4.14.0",
"jsdom": "^9.9.1",
"mocha": "^3.2.0",
"request": "https://github.com/mikeal/request/archive/882b01bae5.tar.gz",
"socket.io": "^1.7.2",
"socket.io-client": "^1.7.2"
},
"repository": {
"type": "git",
"url": "https://github.com/dai-shi/social-cms-backend.git"
},
"engines": {
"node": ">=4.4.6"
},
"keywords": [
"express",
"social",
"cms",
"rest",
"angular"
],
"main": "./lib/index.js",
"scripts": {
"test": "npm run eslint && npm run mocha",
"eslint": "eslint lib",
"mocha": "mocha -t 15000"
},
"license": "BSD-2-Clause"
}