-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
88 lines (88 loc) · 2.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "manage-my-money-client",
"description": "A sample application to illustrate AngularJS patterns and best practices",
"version": "0.1.0",
"author": "Naresh Bhatia",
"license": "MIT",
"homepage": "https://github.com/archfirst/manage-my-money-client",
"repository": {
"type": "git",
"url": "https://github.com/archfirst/manage-my-money-client.git"
},
"scripts": {
"init": "npm install",
"install": "bower install",
"start": "node mock-server/app.js",
"test": "gulp test"
},
"dependencies": {
"body-parser": "^1.13.1",
"compression": "^1.6.0",
"connect-modrewrite": "^0.8.1",
"cors": "^2.7.1",
"express": "^4.13.0",
"morgan": "^1.6.0"
},
"devDependencies": {
"browser-sync": "^2.9.11",
"chai": "^3.0.0",
"chai-as-promised": "^5.1.0",
"chalk": "^1.0.1",
"dateformat": "^1.0.11",
"debug": "^2.2.0",
"del": "^2.0.2",
"glob": "^5.0.10",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.8.0",
"gulp-autoprefixer": "^3.0.1",
"gulp-bump": "^1.0.0",
"gulp-bytediff": "^1.0.0",
"gulp-concat": "^2.6.0",
"gulp-csso": "^1.0.0",
"gulp-filter": "^3.0.1",
"gulp-header": "^1.7.1",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.3.0",
"gulp-inject": "^3.0.0",
"gulp-jscs": "^3.0.1",
"gulp-jshint": "^1.11.0",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-minify-html": "^1.0.3",
"gulp-ng-annotate": "^1.0.0",
"gulp-nodemon": "^2.0.3",
"gulp-plumber": "^1.0.1",
"gulp-print": "^2.0.1",
"gulp-rev": "^6.0.1",
"gulp-rev-replace": "^0.4.2",
"gulp-sass": "^2.0.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-task-listing": "^1.0.1",
"gulp-uglify": "^1.4.1",
"gulp-useref": "^1.2.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.2.4",
"jshint-stylish": "^2.0.1",
"karma": "^0.13.9",
"karma-chai": "^0.1.0",
"karma-chai-sinon": "^0.1.5",
"karma-chrome-launcher": "^0.2.1",
"karma-coverage": "^0.5.2",
"karma-firefox-launcher": "^0.1.6",
"karma-growl-reporter": "^0.1.1",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.0",
"karma-safari-launcher": "^0.1.1",
"karma-sinon": "^1.0.4",
"lodash": "^3.9.3",
"method-override": "^2.3.3",
"minimist": "^1.2.0",
"mocha": "^2.3.2",
"node-notifier": "^4.2.3",
"phantomjs": "^1.9.17",
"plato": "^1.5.0",
"q": "^1.4.1",
"sinon": "^1.16.1",
"sinon-chai": "^2.8.0",
"yargs": "^3.27.0"
}
}