forked from redpelicans/aurelia-material
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.31 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
{
"name": "aurelia-material",
"version": "0.0.7",
"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/eric-swann-q2/aurelia-material.git"
},
"contributors": [
"eric.basley@redpelicans.com",
"nicolas.briemant@redpelicans.com",
"eric.swann@q2ebanking.com"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/eric-swann-q2/aurelia-material/issues"
},
"homepage": "https://github.com/eric-swann-q2/aurelia-material#readme",
"jspm": {
"directories": {
"lib": "dist"
},
"dependencies": {
"google/material-design-lite": "github:google/material-design-lite@^1.0.0",
"lodash": "npm:lodash@^3.10.0"
},
"devDependencies": {
"babel": "npm:babel-core@^5.1.13",
"babel-runtime": "npm:babel-runtime@^5.1.13",
"core-js": "npm:core-js@^0.9.4"
}
}
}