This repository has been archived by the owner on Jan 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.19 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
{
"name": "aurelia-value-converters",
"version": "1.0.6",
"description": "common value converters for the aurelia framework",
"keywords": [
"aurelia",
"plugin",
"value",
"converters",
"resources"
],
"license": "CC0-1.0",
"author": "Jeremy Zagorski <jmzagorski@gmail.com>",
"main": "dist/commonjs/aurelia-value-converters.js",
"repository": {
"type": "git",
"url": "http://github.com/jmzagorski/aurelia-value-converters"
},
"devDependencies": {
"aurelia-tools": "^2.0.0",
"babel-eslint": "^8.2.5",
"babel-plugin-syntax-flow": "^6.18.0",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-plugin-transform-es2015-modules-amd": "^6.24.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-plugin-transform-es2015-modules-systemjs": "^6.23.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-stage-1": "^6.22.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-bump": "^3.1.1",
"gulp-conventional-changelog": "^2.0.1",
"gulp-eslint": "^5.0.0",
"gulp-yuidoc": "^0.1.2",
"isparta": "^4.1.0",
"istanbul": "^0.4.5",
"jasmine-core": "^3.1.0",
"jspm": "^0.16.53",
"karma": "^2.0.4",
"karma-babel-preprocessor": "^7.0.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.2",
"karma-jasmine": "^1.1.2",
"karma-jspm": "^2.2.3",
"object.assign": "^4.1.0",
"require-dir": "^1.0.0",
"run-sequence": "^2.2.1",
"vinyl-paths": "^2.1.0",
"yargs": "^12.0.1"
},
"aurelia": {
"build": {
"resources": [
"aurelia-value-converters/date-format",
"aurelia-value-converters/sort",
"aurelia-value-converters/group"
]
}
},
"jspm": {
"registry": "npm",
"main": "index",
"format": "amd",
"directories": {
"dist": "dist/amd"
},
"dependencies": {
"aurelia-pal": "^1.3.0",
"lodash.topath": "^4.5.2",
"moment": "^2.14.1"
},
"devDependencies": {
"aurelia-polyfills": "^1.1.1"
}
},
"dependencies": {
"babel-runtime": "^6.22.0",
"lodash.topath": "^4.5.2"
}
}