-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
58 lines (58 loc) · 1.46 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
{
"projectName": "Angular Material Accordion",
"name": "angular-material-accordion",
"description": "A simple Accordion for Angular Material",
"version": "1.0.5",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ajsb85/angular-material-accordion.git"
},
"scripts": {
"start": "npm i & bower i"
},
"authors": [
"Alexander J. Salas B. <[email protected]>"
],
"keywords": [
"Angular",
"Material",
"Design",
"Navigation",
"Accordion"
],
"main": "index.js",
"devDependencies": {
"angular": "^1.5.6",
"angular-animate": "^1.5.6",
"angular-aria": "^1.5.6",
"angular-material": "^1.0.9",
"components-font-awesome": "^4.6.1"
},
"dependencies": {
"babel": "^6.5.2",
"babel-core": "^6.7.2",
"babel-eslint": "^6.0.4",
"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": "^3.0.1",
"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"
}
}