-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.52 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.52 KB
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": "angular-firebase-template",
"version": "0.0.0",
"scripts": {
"start": "brunch watch --server",
"prebuild": "(rm -r public || true) && (rm app/config/config-routes.js || true)",
"build": "brunch build",
"pretest": "npm run build",
"test": "npm run test-only",
"test-only": "karma start",
"test-debug": "karma start --single-run=false --debug",
"preproduction": "npm run prebuild",
"production": "brunch build --production"
},
"dependencies": {
"angular": "^1.5.8",
"angular-base-apps": "^2.0.0",
"angular-dynamic-routing": "^1.0.1",
"angular-icons": "^1.0.0",
"angular-ui-router": "~0.3.1",
"angularfire": "^2.0.2",
"fastclick": "^1.0.6",
"firebase": "~3.3.0"
},
"devDependencies": {
"angular-mocks": "^1.5.3",
"auto-reload-brunch": "^2.0.0",
"autoprefixer": "^6.4.1",
"babel-brunch": "~6.0.0",
"babel-preset-es2015": "~6.3.13",
"base-apps-router": "^1.2.0",
"brunch": "2.8.2",
"clean-css-brunch": "^2.0.0",
"css-brunch": "^2.0.0",
"eslint": "^3.0.0",
"eslint-brunch": "^3.9.0",
"firebase-mock": "^1.0.3",
"html-pages-brunch": "^2.0.0",
"jasmine-core": "^2.5.0",
"javascript-brunch": "^2.0.0",
"karma": "^1.2.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.0.2",
"karma-spec-reporter": "0.0.26",
"modernizr-brunch": "0.0.2",
"postcss-brunch": "^2.0.3",
"sass-brunch": "^1.8.10",
"uglify-js-brunch": "^2.0.0"
}
}