forked from weagle08/aurelia-datagrid
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 loc) · 1.7 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
{
"name": "aurelia-datagrid",
"version": "0.1.8",
"description": "A data grid control for Aurelia with sorting and filtering capabilities.",
"keywords": [
"aurelia",
"grid",
"datagrid",
"data",
"bootstrap",
"semantic"
],
"homepage": "http://donthedev.com",
"bugs": {
"url": "https://github.com/donnelljenkins/aurelia-grid/issues"
},
"license": "MIT",
"author": "Donnell Jenkins <[email protected]> (http://donthedev.com/)",
"main": "dist/aurelia-grid.js",
"repository": {
"type": "git",
"url": "http://github.com/donthedev/aurelia-grid"
},
"devDependencies": {
"aurelia-tools": "^0.1.16",
"babel-eslint": "^4.1.5",
"conventional-changelog": "^0.5.1",
"del": "^2.1.0",
"fs": "0.0.2",
"gulp": "^3.9.0",
"gulp-babel": "^5.1.0",
"gulp-bump": "^1.0.0",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^1.1.0",
"gulp-insert": "^0.5.0",
"gulp-rename": "^1.2.2",
"gulp-yuidoc": "^0.1.2",
"jspm": "^0.16.15",
"object.assign": "^4.0.3",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.5",
"through2": "^2.0.0",
"vinyl-paths": "^2.1.0",
"yargs": "^3.30.0"
},
"jspm": {
"main": "aurelia-grid",
"directories": {
"lib": "dist/system"
},
"dependencies": {
"aurelia-binding": "npm:aurelia-binding@^1.0.0-beta.1.0.1",
"aurelia-dependency-injection": "npm:aurelia-dependency-injection@^1.0.0-beta.1",
"aurelia-templating": "npm:aurelia-templating@^1.0.0-beta.1",
"lodash": "npm:lodash@^3.10.1"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
}
}