-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 913 Bytes
/
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
{
"name": "profile",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tanvez/profile.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Tanvez/profile/issues"
},
"homepage": "https://github.com/Tanvez/profile#readme",
"dependencies": {
"babel-core": "^6.22.1",
"babel-eslint": "^8.1.2",
"babel-loader": "^6.2.10",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.24.1",
"eslint": "^4.10.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"express": "^4.16.3",
"ignore-styles": "^5.0.1",
"nodemon": "^1.12.1"
}
}