-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.18 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
{
"name": "@web-atoms/core",
"version": "2.2.194",
"description": "Web Atoms Core",
"main": "index.js",
"scripts": {
"test1": "node ./node_modules/@web-atoms/unit-test/index.js ./dist/tests",
"test": "istanbul cover ./node_modules/@web-atoms/unit-test/index.js ./dist/tests",
"posttest": "remap-istanbul -i ./coverage/coverage.json -t html -o ./html-report",
"postversion": "git push --follow-tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neurospeech/web-atoms-core.git"
},
"keywords": [
"web",
"atoms",
"core"
],
"author": "Akash Kava",
"license": "MIT",
"bugs": {
"url": "https://github.com/neurospeech/web-atoms-core/issues"
},
"homepage": "https://github.com/neurospeech/web-atoms-core#readme",
"devDependencies": {
"@web-atoms/module-loader": "^2.1.18",
"@web-atoms/unit-test": "^1.0.32",
"colors": "^1.4.0",
"istanbul": "^0.4.5",
"jsdom": "^15.2.1",
"path": "^0.12.7",
"remap-istanbul": "^0.11.1",
"test-dom": "^1.0.0",
"tslib": "^2.4.1",
"xmlhttprequest": "^1.8.0"
},
"dependencies": {
"@web-atoms/date-time": "^1.1.1",
"reflect-metadata": "^0.1.14"
}
}