-
Notifications
You must be signed in to change notification settings - Fork 48
/
package.json
52 lines (52 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
{
"projectName": "Angular Material Sidemenu",
"name": "angular-material-sidemenu",
"description": "A simple sidemenu for Angular Material",
"version": "1.0.2",
"repository": {
"type": "git",
"url": "https://github.com/marcosmoura/angular-material-sidemenu.git"
},
"authors": [
"Marcos Moura <[email protected]>"
],
"keywords": [
"Angular",
"Material",
"Design",
"Navigation",
"Sidemenu"
],
"main": "index.js",
"devDependencies": {},
"dependencies": {
"angular": "^1.5.0",
"angular-animate": "^1.5.0",
"angular-aria": "^1.5.0",
"angular-material": "^1.0.6",
"babel": "^6.5.2",
"babel-core": "^6.7.2",
"babel-eslint": "^5.0.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.6.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"babel-runtime": "^6.6.1",
"browser-sync": "^2.11.1",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-changed": "^1.3.0",
"gulp-changed-in-place": "^2.0.3",
"gulp-eslint": "^2.0.0",
"gulp-import-css": "^0.1.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"ng-annotate-loader": "^0.1.0",
"run-sequence": "^1.1.5",
"webpack": "^1.12.14",
"webpack-stream": "^3.1.0"
}
}