-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
55 lines (55 loc) · 1.56 KB
/
package.json
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
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"_from": "axino",
"_id": "axino@1.0.25",
"_inBundle": false,
"_integrity": "sha512-+hpTKmAgkpi85YJGYIrWWUDVTsIKCmyAypsrk20ZwNF0oGyyhYMRyS3ZLHgChH3ETqyB2XyA/u0rpkjufYAXAw==",
"_location": "/axino",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "axino",
"name": "axino",
"escapedName": "axino",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/axino/-/axino-1.0.25.tgz",
"_shasum": "43a6762befe2183ccef977b38afbb2625f5462ca",
"_spec": "axino",
"_where": "C:\\Users\\serge\\Documents\\vue-tests\\vue-tests-nomodules\\axino-test-1",
"bugs": {
"url": "https://github.com/serge-hulne/axino/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Typescript component library, alternative to frameworks like Vue, React, Angular for frontend app development. Small footprint. No js dependencies. Pure HTML5 / CSS / TS.",
"devDependencies": {
"typescript": "^3.8.3"
},
"homepage": "https://github.com/serge-hulne/axino",
"keywords": [
"front-end",
"library",
"components",
"HTML5"
],
"license": "GPL",
"name": "axino",
"repository": {
"type": "git",
"url": "git+https://github.com/serge-hulne/axino.git"
},
"scripts": {
"build": "parcel build index.html",
"test": "parcel index.html"
},
"tutorials": "https://serge-hulne.medium.com/getting-started-with-axino-4584bcdb99ca",
"version": "1.0.25"
}