-
Notifications
You must be signed in to change notification settings - Fork 141
/
package.json
46 lines (46 loc) · 1.25 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
{
"name": "contacts",
"version": "1.0.0",
"author": "@toddmotto",
"description": "Contacts manager app for Ultimate AngularJS",
"scripts": {
"start": "gulp",
"test": "karma start",
"deploy": "gulp production --deploy"
},
"license": "MIT",
"repository": "https://github.com/toddmotto/ultimate-angular-master-seed",
"dependencies": {
"angular": "^1.6.1",
"angular-loading-bar": "^0.9.0",
"angular-messages": "^1.6.1",
"angular-ui-router": "1.0.0-beta.2",
"angularfire": "^2.0.2",
"firebase": "3.3.0"
},
"devDependencies": {
"angular-mocks": "^1.5.8",
"babel-core": "^6.11.4",
"babel-preset-es2015": "^6.9.0",
"browser-sync": "^2.14.0",
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^2.0.0",
"gulp-concat": "^2.6.0",
"gulp-htmlmin": "^2.0.0",
"gulp-if": "^2.0.1",
"gulp-ng-annotate": "^2.0.0",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"gulp-wrap": "^0.13.0",
"jasmine-core": "^2.4.1",
"karma": "^0.13.19",
"karma-chrome-launcher": "^0.2.2",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^1.0.1",
"karma-spec-reporter": "0.0.23",
"path": "^0.12.7",
"yargs": "^5.0.0"
}
}