-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
70 lines (70 loc) · 2.08 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
{
"name": "sigma-ui-framework",
"version": "2.0.0-beta.2",
"description": "A bespoke UI Framework for building desktop business applications",
"keywords": [
"ui-framework",
"desktop-framework",
"aurelia-ui-framework"
],
"homepage": "http://sigmaframeworks.io",
"bugs": {
"url": "https://github.com/sigmaframeworks/sigma-ui-framework/issues"
},
"license": "MIT",
"author": "Adarsh Pastakia <[email protected]> (http://adarshpastakia.github.io/)",
"main": "dist/sigma-ui-framework.js",
"typings": "dist/typings/sigma-ui-framework.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/sigmaframeworks/sigma-ui-framework"
},
"dependencies": {
"aurelia-animator-css": "^1.0.0",
"aurelia-bootstrapper": "^1.0.0",
"aurelia-fetch-client": "^1.0.1",
"aurelia-ui-virtualization": "^1.0.0-beta.3.0.1",
"aurelia-validation": "^0.14.0",
"bluebird": "^3.4.1",
"kramed": "^0.5.6",
"lodash": "^4.16.3",
"moment": "^2.15.1",
"numeral": "^1.5.3",
"sigma-libs": "^0.0.10",
"tether": "^1.3.7",
"whatwg-fetch": "^1.0.0"
},
"peerDependencies": {},
"devDependencies": {
"aurelia-cli": "^0.20.2",
"aurelia-testing": "^1.0.0-beta.2.0.0",
"aurelia-tools": "^0.2.2",
"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.4.0",
"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",
"highlight.js": "^9.7.0",
"highlightjs": "^8.7.0",
"minimatch": "^3.0.2",
"require-dir": "^0.3.0",
"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.0.0"
}
}