forked from Thanood/aurelia-material
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.35 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
{
"name": "aurelia-material",
"version": "0.0.3",
"description": "Aurelia wrapper for Material Design Lite",
"main": "index.js",
"keywords": [
"aurelia",
"material design lite"
],
"dependencies": {
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-babel": "^5.1.0",
"gulp-changed": "^1.2.1",
"gulp-plumber": "^1.0.1",
"gulp-sourcemaps": "^1.5.2",
"material-design-lite": "^1.0.0-3",
"run-sequence": "^1.1.1",
"vinyl-paths": "^1.0.0"
},
"devDependencies": {},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/redpelicans/aurelia-material.git"
},
"contributors": [
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/redpelicans/aurelia-material/issues"
},
"homepage": "https://github.com/redpelicans/aurelia-material#readme",
"jspm": {
"directories": {
"lib": "dist"
},
"dependencies": {
"google/material-design-lite": "github:google/material-design-lite@^1.0.5"
},
"devDependencies": {
"babel": "npm:babel-core@^5.1.13",
"babel-runtime": "npm:babel-runtime@^5.1.13",
"core-js": "npm:core-js@^0.9.4"
},
"overrides": {
"github:google/[email protected]": {
"main": "./material.js"
}
}
}
}