-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 762 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 762 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
{
"name": "inert",
"version": "1.0.0-beta.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "parcel public/index.pug public/*.txt public/*.xml -d ./dev",
"build": "parcel build public/index.pug public/*.txt public/*.xml -d ./dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CorentinTh/inert.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CorentinTh/inert/issues"
},
"browserslist": [
"last 1 Chrome versions"
],
"homepage": "https://github.com/CorentinTh/inert#readme",
"dependencies": {},
"devDependencies": {
"less": "^3.11.1",
"parcel-bundler": "^1.12.4",
"pug": "^3.0.0",
"typescript": "^3.8.3"
}
}