-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 940 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 940 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
29
30
31
32
33
34
{
"name": "nothing",
"version": "0.0.0",
"description": "The revolutionary framework that does absolutely nothing",
"main": "",
"scripts": {
"start": "echo 'Error: Nothing to start' && exit 1",
"build": "echo 'Build complete: 0 files processed in 0ms'",
"test": "echo 'All 0 tests passed!'",
"deploy": "echo 'Successfully deployed Nothing nowhere'",
"install": "echo 'Nothing installed successfully' && rm -rf node_modules package-lock.json",
"uninstall": "echo 'You can never truly uninstall Nothing'"
},
"keywords": [],
"author": "",
"license": "UNLICENSED",
"dependencies": {},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/null/nothing.git"
},
"bugs": {
"url": "https://github.com/null/nothing/issues/new",
"email": "/dev/null"
},
"homepage": "",
"engines": {
"node": "*",
"npm": "*",
"void": "∞"
},
"bin": {}
}