-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.08 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
{
"name": "ppayao",
"version": "0.0.1",
"author": "Runanbles",
"private": true,
"main": "./bin/server",
"scripts": {
"eslint": "eslint **/*.js **.js",
"start": "node ./bin/server",
"build": "lessc --clean-css ./public/main.less ./public/main.min.css"
},
"dependencies": {
"bluebird": "^3.4.1",
"body-parser": "^1.15.1",
"cloudinary": "^1.4.1",
"config": "^1.21.0",
"cors": "^2.7.1",
"debug": "^2.2.0",
"ejs": "^2.4.2",
"express": "^4.13.4",
"express-validator": "^2.20.7",
"helmet": "^2.1.1",
"less-plugin-clean-css": "^1.5.1",
"lodash": "^4.13.1",
"mongoose": "^4.4.17",
"morgan": "^1.7.0",
"randomstring": "^1.1.4",
"sinon": "^1.17.4",
"superagent": "^2.0.0",
"validator": "^5.2.0"
},
"devDependencies": {
"babel-eslint": "^6.1.0",
"debug": "^2.2.0",
"eslint": "^2.13.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-import": "^1.9.2",
"eslint-plugin-jsx-a11y": "^1.5.3",
"eslint-plugin-react": "^5.2.2",
"jshint": "^2.9.2"
}
}