-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 739 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 739 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
{
"name": "rush-tea.github.io-photogallery",
"version": "1.0.0",
"description": "A photogallery website reprenting instagram page of same name",
"main": "app.js",
"dependencies": {
"particles.js": "^2.0.0",
"start": "^5.1.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rush-tea/rush-tea.github.io-Photogallery.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rush-tea/rush-tea.github.io-Photogallery/issues"
},
"homepage": "https://github.com/rush-tea/rush-tea.github.io-Photogallery#readme",
"scripts" : {
"start":"node app.js"
}
}