-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1.02 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
{
"name": "@web-atoms/samples",
"version": "1.1.61",
"description": "Samples Repository for Web Atoms Core Samples",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"postversion": "git push --follow-tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/web-atoms/samples.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/web-atoms/samples/issues"
},
"homepage": "https://github.com/web-atoms/samples#readme",
"bundleDependencies": [
"@web-atoms/core",
"@web-atoms/date-time",
"@web-atoms/module-loader",
"@web-atoms/web-controls",
"@web-atoms/xf-controls",
"@web-atoms/xf-samples"
],
"dependencies": {
"@web-atoms/core": "^1.2.43",
"@web-atoms/date-time": "^1.0.26",
"@web-atoms/module-loader": "^1.0.431",
"@web-atoms/web-controls": "^1.2.22",
"@web-atoms/xf-controls": "^1.1.13",
"@web-atoms/xf-samples": "1.1.7",
"reflect-metadata": "^0.1.13"
}
}