-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
89 lines (89 loc) · 2.67 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "aleph1-aurelia-utilities",
"version": "2.0.0",
"description": "an Aurelia plugin for Model DirtyTracking, Service AutoState tracking and more.",
"keywords": [
"aleph1",
"aurelia"
],
"homepage": "https://github.com/avrahamcool",
"bugs": {
"url": "https://github.com/avrahamcool/aleph1-aurelia-utilities/issues"
},
"license": "MIT",
"author": "Avraham Essoudry <[email protected]> (https://github.com/avrahamcool)",
"main": "dist/amd/index.js",
"types": "aleph1-aurelia-utilities.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/avrahamcool/aleph1-aurelia-utilities.git"
},
"devDependencies": {
"aurelia-tools": "^2.0.0",
"babel-eslint": "^10.0.2",
"babel-plugin-syntax-flow": "^6.18.0",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-modules-amd": "^6.24.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.0",
"babel-plugin-transform-es2015-modules-systemjs": "^6.23.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-1": "^6.22.0",
"conventional-changelog": "^3.1.8",
"del": "^5.0.0",
"gulp": "^4.0.2",
"gulp-babel": "^7.0.1",
"gulp-bump": "^3.1.0",
"gulp-eslint": "^6.0.0",
"isparta": "^4.0.0",
"istanbul": "^1.0.0-alpha.2",
"jasmine-core": "^3.4.0",
"jasmine-expect": "^4.0.2",
"karma": "^4.2.0",
"karma-babel-preprocessor": "^7.0.0",
"karma-chrome-launcher": "^3.0.0",
"karma-coverage": "^2.0.1",
"karma-jasmine": "^2.0.1",
"karma-jasmine-matchers": "^4.0.2",
"karma-jspm": "^2.2.3",
"object.assign": "^4.0.4",
"require-dir": "^1.0.0",
"run-sequence": "^2.2.1",
"vinyl-paths": "^3.0.0",
"yargs": "^15.0.2"
},
"jspm": {
"registry": "npm",
"main": "index",
"format": "amd",
"directories": {
"dist": "dist/amd"
},
"dependencies": {
"aurelia-framework": "^1.1.5",
"aurelia-metadata": "^1.0.3",
"aurelia-validation": "^1.1.3",
"lodash.clonedeep": "^4.5.0",
"lodash.isequalwith": "^4.4.0"
},
"devDependencies": {
"aurelia-bootstrapper": "^2.2.0",
"aurelia-pal": "^1.7.0",
"aurelia-pal-browser": "^1.7.0",
"aurelia-polyfills": "^1.0.0",
"aurelia-testing": "^1.0.0-beta.4.0.0"
}
},
"dependencies": {
"aurelia-framework": "^1.1.5",
"aurelia-metadata": "^1.0.3",
"aurelia-validation": "^1.1.3",
"lodash.clonedeep": "^4.5.0",
"lodash.isequalwith": "^4.4.0"
},
"scripts": {
"test": "karma start",
"build": "gulp prepare-release"
}
}