-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 2.12 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
56
57
58
59
60
61
62
63
64
{
"folder_name": "aurelia-long-click-event",
"name": "aurelia-long-click-event",
"version": "1.0.5",
"description": "aurelia plugin for long-click event",
"keywords": [
"aurelia",
"plugin",
"long",
"click",
"event"
],
"homepage": "https://github.com/avrahamcool/aurelia-long-click-event",
"bugs": {
"url": "https://github.com/avrahamcool/aurelia-long-click-event/issues"
},
"license": "MIT",
"author": "Essoudry Avraham (https://github.com/avrahamcool)",
"main": "dist/commonjs/index.js",
"typings": "dist/commonjs/index.d.ts",
"ts:main": "distTS/index.ts",
"types": "dist/commonjs/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/avrahamcool/aurelia-long-click-event"
},
"scripts": {
"build": "node ./scripts/build.js",
"watch": "node ./scripts/watch.js",
"eslint": "node ./node_modules/eslint/bin/eslint scripts",
"eslint:fix": "node ./node_modules/eslint/bin/eslint scripts --fix"
},
"devDependencies": {
"@types/lodash": "^4.14.109",
"@types/node": "^14.0.23",
"aurelia-animator-css": "^1.0.4",
"aurelia-binding": "^2.0.0",
"aurelia-bootstrapper": "^2.2.0",
"aurelia-dependency-injection": "^1.3.2",
"aurelia-fetch-client": "^1.3.1",
"aurelia-framework": "^1.2.0",
"aurelia-loader": "^1.0.0",
"aurelia-loader-nodejs": "^1.0.1",
"aurelia-metadata": "^1.0.3",
"aurelia-pal": "^1.8.0",
"aurelia-pal-nodejs": "^2.0.0",
"aurelia-path": "^1.1.1",
"aurelia-polyfills": "^1.3.0",
"aurelia-task-queue": "^1.3.0",
"aurelia-templating": "^1.7.0",
"eslint": "^7.5.0",
"fuse-box": "^3.3.0-next.9",
"fuse-box-aurelia-loader": "^2.0.2",
"fuse-box-typechecker": "^2.9.0",
"less": "^3.0.4",
"lodash": "^4.17.10",
"readline-sync": "^1.4.9",
"source-map": "^0.7.3",
"stylus": "^0.54.5",
"tslint": "^6.1.2",
"typescript": "3.9.7"
},
"dependencies": {}
}