-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 980 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 980 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
35
36
37
38
39
40
41
42
{
"name": "scripts",
"version": "1.0.0",
"description": "Vanaware Scripts",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "PARCEL_WORKERS=1 parcel index.html",
"start": "parcel index.html --open",
"build": "parcel build index.html",
"now-build": "yarn build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vanaware/scripts.git"
},
"keywords": [
"parcel",
"static",
"mithril",
"codesandbox"
],
"author": "vanaware",
"license": "MIT",
"private": false,
"bugs": {
"url": "https://github.com/vanaware/scripts/issues"
},
"homepage": "https://github.com/vanaware/scripts#readme",
"dependencies": {
"mithril": "@next"
},
"devDependencies": {
"@types/mithril": "^1.1.16",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"parcel-bundler": "^1.6.1"
},
"browserslist": [
"last 1 Chrome version"
]
}