forked from corneliutusnea/aurelia-grid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.22 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
{
"name": "aurelia-grid",
"version": "1.0.3",
"description": "An Aurelia Grid",
"registry": "github",
"repository": {
"type": "git",
"url": "git+https://github.com/NunoCruzSW/aurelia-grid.git"
},
"keywords": [
"aurelia"
],
"author": "Nuno Cruz <[email protected]>",
"main": "dist/native-modules/index.js",
"directories": {},
"license": "MIT",
"bugs": {
"url": "https://github.com/NunoCruzSW/aurelia-grid/issues"
},
"homepage": "https://github.com/NunoCruzSW/aurelia-grid/blob/master/README.md",
"devDependencies": {
"browser-sync": "^2.12.10",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-changed": "^1.3.0",
"gulp-less": "^3.0.5",
"gulp-plumber": "^1.1.0",
"gulp-typescript": "^3.1.4",
"jspm": "^0.16.52",
"require-dir": "^0.3.1",
"run-sequence": "^1.2.2",
"typescript": "2.1.6",
"vinyl-paths": "^2.1.0"
},
"jspm": {
"main": "aurelia-grid.js",
"directories": {
"lib": "dist"
},
"dependencies": {
"aurelia-framework": "npm:aurelia-framework@^1.0.8"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
}
}