-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.9 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
{
"name": "aurelia-content-loader",
"version": "0.0.5",
"description": "A starter kit for building an Aurelia plugin.",
"keywords": [
"aurelia",
"plugin",
"skeleton"
],
"homepage": "http://aurelia.io",
"bugs": {
"url": "https://github.com/aurelia/skeleton-plugin/issues"
},
"license": "MIT",
"author": "Dragos Cirjan <[email protected]> (http://dragosc.itmcd.ro/)",
"main": "dist/commonjs/index.js",
"repository": {
"type": "git",
"url": "https://github.com/aurelia/skeleton-plugin"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-decorators": "^7.4.0",
"@babel/plugin-syntax-flow": "^7.2.0",
"@babel/plugin-transform-flow-strip-types": "^7.4.0",
"@babel/plugin-transform-modules-amd": "^7.2.0",
"@babel/plugin-transform-modules-commonjs": "^7.4.0",
"@babel/plugin-transform-modules-systemjs": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"aurelia-tools": "^2.0.0",
"babel-eslint": "^10.0.1",
"conventional-changelog": "3.0.5",
"del": "^3.0.0",
"eslint": "^4.19.1",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-bump": "^3.1.3",
"gulp-eslint": "^5.0.0",
"gulp-less": "^4.0.1",
"gulp-uglifycss": "^1.1.0",
"gulp-yuidoc": "^0.1.2",
"isparta": "^4.1.1",
"istanbul": "^0.4.5",
"jasmine-core": "^3.3.0",
"karma": "^4.0.0",
"karma-babel-preprocessor": "^8.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
"karma-jasmine": "^2.0.1",
"karma-jspm": "2.2.3",
"object.assign": "^4.1.0",
"require-dir": "^1.2.0",
"run-sequence": "^2.2.1",
"vinyl-paths": "^2.1.0",
"yargs": "^12.0.5"
},
"jspm": {
"registry": "npm",
"main": "index",
"format": "amd",
"directories": {
"dist": "dist/amd"
},
"devDependencies": {
"aurelia-polyfills": "^1.0.0"
}
}
}