-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.78 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
57
58
59
60
61
62
63
64
65
{
"name": "notist",
"version": "1.0.0",
"description": "",
"author": "",
"main": "server/app.js",
"scripts": {
"test": "NODE_ENV=test mocha --require babel-core/register",
"dev": "NODE_ENV=development nodemon server/app.js --exec babel-node",
"start": "babel-node server/app.js",
"build": "babel app -d dist",
"prod": "npm run build; node dist/server.js"
},
"license": "ISC",
"dependencies": {
"babel-cli": "^6.11.4",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-2": "^6.11.0",
"body-parser": "^1.15.2",
"chai": "^3.5.0",
"connect-mongo": "^1.3.2",
"cors": "^2.7.1",
"dotenv": "^4.0.0",
"express": "^4.14.0",
"express-session": "^1.15.0",
"fb": "^2.0.0",
"jsdom": "^11.0.0",
"mocha": "^3.4.1",
"mongodb": "^2.2.24",
"mongoose": "^4.7.8",
"mongoose-autopopulate": "^0.5.0",
"newrelic": "^1.39.0",
"node-fetch": "^1.6.3",
"normalize-url": "^1.9.0",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-google-oauth2": "^0.1.6",
"passport-stub": "^1.1.1",
"path": "^0.12.7",
"serialize-error": "^2.1.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.22.1",
"babel-eslint": "^6.1.2",
"babel-register": "^6.22.0",
"chai": "^3.2.0",
"chai-as-promised": "^6.0.0",
"chai-http": "^1.0.0",
"eslint": "^2.13.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.12.0",
"eslint-plugin-jsx-a11y": "^1.5.5",
"eslint-plugin-react": "^5.2.2",
"mongoose-tree2": "^0.2.2",
"nodemon": "^1.10.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Notist/notist.git"
}
}