forked from adarshpastakia/aurelia-ui-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
123 lines (123 loc) · 3.23 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "aurelia-ui-framework",
"description": "An Aurelia UI/UX framework.",
"version": "3.4.0",
"keywords": [
"ui-framework",
"desktop-framework",
"aurelia-ui-framework"
],
"homepage": "",
"bugs":
{
"url": ""
},
"license": "MIT",
"author": "Adarsh Pastakia <[email protected]> (http://adarshpastakia.github.io/)",
"main": "dist/amd/aurelia-ui-framework.js",
"typings": "dist/typings/aurelia-ui-framework.d.ts",
"repository":
{
"type": "git",
"url": "https://github.com/adarshpastakia/aurelia-ui-framework"
},
"scripts":
{
"start": "au run --watch",
"staging": "au build --env stage && gulp production",
"production": "au build --env prod && gulp production"
},
"jspm":
{
"registry": "npm",
"jspmPackage": true,
"main": "aurelia-ui-framework",
"format": "amd",
"directories":
{
"dist": "dist/amd"
},
"peerDependencies":
{
"aurelia-bootstrapper": "^1.0.1",
"aurelia-fetch-client": "^1.1.2",
"aurelia-pal": "^1.3.0",
"aurelia-ui-virtualization": "^1.0.0-beta.3.0.2",
"aurelia-validation": "^1.0.0",
"kramed": "^0.5.6",
"lodash": "^4.17.2",
"moment": "^2.18.1",
"numeral": "^1.5.6",
"whatwg-fetch": "^2.0.1"
},
"dependencies":
{
"aurelia-bootstrapper": "^1.0.1",
"aurelia-fetch-client": "^1.1.2",
"aurelia-pal": "^1.3.0",
"aurelia-ui-virtualization": "^1.0.0-beta.3.0.2",
"aurelia-validation": "^1.0.0",
"kramed": "^0.5.6",
"lodash": "^4.17.2",
"moment": "^2.18.1",
"numeral": "^1.5.6",
"whatwg-fetch": "^2.0.1"
}
},
"dependencies":
{
"aurelia-bootstrapper": "^1.0.1",
"aurelia-fetch-client": "^1.1.2",
"aurelia-ui-virtualization": "^1.0.0-beta.3.0.2",
"aurelia-validation": "^1.0.0",
"kramed": "^0.5.6",
"lodash": "^4.17.2",
"moment": "^2.18.1",
"numeral": "^1.5.6",
"whatwg-fetch": "^2.0.1"
},
"peerDependencies":
{},
"devDependencies":
{
"aurelia-cli": "^0.27.0",
"aurelia-i18n": "^1.2.3",
"aurelia-testing": "^1.0.0-beta.2.0.0",
"aurelia-tools": "^0.2.2",
"bluebird": "^3.4.1",
"browser-sync": "^2.13.0",
"connect-history-api-fallback": "^1.2.0",
"del": "^2.2.2",
"event-stream": "^3.3.3",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-bump": "^2.5.1",
"gulp-changed-in-place": "^2.0.3",
"gulp-compass": "^2.1.0",
"gulp-conventional-changelog": "^1.1.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.0.0-alpha",
"gulp-tslint": "^5.0.0",
"gulp-typescript": "^2.13.6",
"highlightjs": "^9.10.0",
"i18next-xhr-backend": "^1.2.1",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^1.0.1",
"karma-jasmine": "^1.0.2",
"karma-typescript-preprocessor": "^0.2.1",
"minimatch": "^3.0.2",
"require-dir": "^0.3.1",
"requirejs": "^2.3.2",
"text": "github:requirejs/text#latest",
"through2": "^2.0.1",
"tslint": "^3.11.0",
"typescript": ">=1.9.0-dev || ^2.0.0",
"typings": "^1.3.0",
"uglify-js": "^2.6.3",
"vinyl-fs": "^2.4.3",
"vinyl-paths": "^2.1.0",
"yargs": "^6.4.0"
}
}