-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.52 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
59
{
"name": "angular-material-playground",
"version": "0.0.1",
"description": "",
"main": "dist/index.html",
"homepage": "",
"repository": {
"type": "git",
"url": "https://github.com/dsandmark/angular_material_playground"
},
"bugs": "",
"author": {},
"readmeFilename": "README.md",
"license": "",
"scripts": {
"start": "gulp"
},
"keywords": [],
"devDependencies": {
"angular-material-icons": "^0.6.0",
"babel-core": "^5.8.25",
"babel-eslint": "^4.0.5",
"babelify": "^6.3.0",
"browserify": "^11.2.0",
"browserify-ngannotate": "^1.0.1",
"connect-livereload": "^0.5.3",
"del": "^2.0.2",
"eslint": "^1.2.1",
"express": "^4.13.3",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.7.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-cached": "^1.1.0",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.2.0",
"gulp-eslint": "^1.0.0",
"gulp-livereload": "^3.8.1",
"gulp-minify-css": "^1.2.0",
"gulp-minify-html": "^1.0.4",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-sass": "^2.0.1",
"gulp-scss-lint": "^0.3.6",
"gulp-server-livereload": "^1.5.3",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.5",
"http": "0.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"angular": "^1.4.7",
"angular-animate": "^1.4.7",
"angular-aria": "^1.4.7",
"angular-material": "^0.11.4",
"angular-resource": "^1.4.7",
"angular-ui-router": "^0.2.15"
}
}