-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 841 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 841 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
{
"name": "spa-router",
"version": "1.0.0",
"description": "SPA Router is no framework Vanilla JS single page application router solution",
"scripts": {
"start-old": "parcel index.html",
"start": "parcel ./*.html",
"build": "parcel build index.html && cp src/js/plugins/SPARouter.js plugin/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sassyelements/spa-router.git"
},
"author": "https://github.com/0xkhan",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/sassyelements/spa-router/blob/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/sassyelements/spa-router/issues"
},
"homepage": "https://github.com/sassyelements/spa-router#readme",
"devDependencies": {
"@parcel/transformer-sass": "^2.2.1",
"parcel": "^2.2.1"
}
}