forked from ImprobProbs/explorabilities
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.09 KB
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": "explorabilities",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "node index.js",
"test": "mocha",
"build": "webpack --config webpack.config.js --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ImprobProbs/explorabilities.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ImprobProbs/explorabilities.git"
},
"homepage": "https://github.com/ImprobProbs/explorabilities.git",
"dependencies": {
"axios": "^0.15.3",
"bcrypt": "^1.0.2",
"body-parser": "^1.16.0",
"express": "^4.14.0",
"jsonwebtoken": "^7.2.1",
"react-star-rating-component": "^1.2.2",
"request": "^2.79.0",
"sequelize": "^3.30.1"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"eslint": "^3.14.1",
"eslint-config-google": "^0.7.1",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-router": "^3.0.2",
"webpack": "^1.14.0"
}
}