-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 927 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
36
37
{
"name": "spark-ar-server",
"version": "1.0.0",
"description": "Web Service for Spark AR Masterclass",
"scripts": {
"start": "nodemon ./src/index.js --exec babel-node",
"test": "eslint ./src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DevC-Amman/spark-ar-server.git"
},
"keywords": [
"nodejs",
"express",
"server"
],
"author": "Ahmad Santarissy",
"license": "ISC",
"bugs": {
"url": "https://github.com/DevC-Amman/spark-ar-server/issues"
},
"homepage": "https://github.com/DevC-Amman/spark-ar-server#readme",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.16.4"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-2": "^6.24.1",
"eslint": "^5.15.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.16.0",
"nodemon": "^1.18.10"
}
}