-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.74 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
{
"name": "freecodecamp-image-search",
"version": "0.0.0",
"private": true,
"homepage": "https://github.com/huynhsamha/freecodecamp-image-search",
"description": "",
"repository": {
"type": "git",
"url": "git+https://github.com/huynhsamha/freecodecamp-image-search.git"
},
"scripts": {
"start": "node index",
"eslint": "eslint index.js server.js server",
"eslint:fix": "eslint index.js server.js server scripts test --fix",
"test": "mocha --compilers js:babel-register --require babel-polyfill test/*.spec.js server/**/**.spec.js"
},
"dependencies": {
"babel-plugin-dynamic-import-node": "^1.2.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"babel-register": "^6.26.0",
"body-parser": "~1.18.2",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"dotenv": "^5.0.0",
"express": "~4.15.5",
"googleapis": "^31.0.2",
"mongoose": "^5.1.2",
"morgan": "~1.9.0"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"eslint": "^4.18.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.6.1"
},
"author": {
"name": "huynhsamha",
"email": "huynhsamha@gmail.com",
"url": "https://github.com/huynhsamha"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/huynhsamha/freecodecamp-image-search/issues"
},
"contributors": [
"huynhsamha"
],
"engines": {
"node": ">=6.10.0",
"npm": ">=3.10.8"
},
"keywords": []
}