-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 923 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 923 Bytes
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
{
"name": "warsawjs-workshop-26-my-photos",
"version": "1.0.0",
"description": "## Features [] - wyświetl zdjęcia z katalogu `images` - tablice, pętle",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "json-server ./server/db.json",
"start": "parcel index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/woprzech/warsawjs-workshop-26-my-photos.git"
},
"author": "Wojtek Przechodzeń <wprzecho@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/woprzech/warsawjs-workshop-26-my-photos/issues"
},
"homepage": "https://github.com/woprzech/warsawjs-workshop-26-my-photos#readme",
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.1.6",
"json-server": "^0.14.0",
"parcel-bundler": "^1.10.3"
}
}