-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.07 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
{
"name": "kinder-app",
"version": "0.1.0",
"scripts": {
"postinstall": "bower install",
"test": "karma start karma.conf.js"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-angular-templates": "~0.5",
"grunt-browser-output": "0.1.0",
"grunt-contrib-clean": "~0.5",
"grunt-contrib-concat": "~0.3",
"grunt-contrib-connect": "~0.6",
"grunt-contrib-copy": "~0.5",
"grunt-contrib-cssmin": "~0.7",
"grunt-contrib-htmlmin": "~0.1",
"grunt-contrib-imagemin": "~0.4",
"grunt-contrib-jshint": "~0.9",
"grunt-contrib-less": "~0.8",
"grunt-contrib-uglify": "~0.2",
"grunt-contrib-watch": "~0.6",
"grunt-dom-munger": "~3.4",
"grunt-grunticon": "latest",
"grunt-ngmin": "0.0.3",
"grunt-static-versioning": "^0.2.2",
"jasmine-core": "^2.5.2",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.0.2",
"load-grunt-tasks": "^0.2.1"
},
"dependencies": {
"angular": "^1.5.8",
"angular-material": "^1.1.1",
"angularfire": "^2.0.2",
"firebase": "^3.5.1"
}
}