-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 743 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 743 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
{
"name": "yeah-urls",
"version": "1.2.0",
"description": "Rewrite from YeaHUrls without firebase",
"scripts": {
"start:backend": "cd backend && npm install && npm run create && npm start",
"pack:extension": "zip -r -X extension.zip extension",
"mongo:start": "brew services start mongodb-community",
"mongo:stop": "brew services stop mongodb-community"
},
"engines": {
"node": "8.4.0",
"npm": "5.4.2"
},
"author": "flashback2k14",
"license": "MIT",
"homepage": "https://github.com/flashback2k14/YeahUrls#readme",
"bugs": {
"url": "https://github.com/flashback2k14/YeahUrls/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flashback2k14/YeahUrls.git"
}
}