This repository has been archived by the owner on May 6, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
107 lines (107 loc) · 2.81 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "anna-squares",
"version": "0.1.7",
"private": true,
"author": "Adam Joseph Cook <[email protected]>",
"description": "A daily time tracking and organization web application for healthcare professionals, written in Angular.js and Node.js.",
"contributors": [
{
"name": "Adam Joseph Cook",
"email": "[email protected]"
},
{
"name": "Anna Marie Acosta",
"email": ""
}
],
"scripts": {
"start": "./server/server.js",
"test": "NODE_ENV=test grunt test",
"postinstall": "bower install"
},
"repository": {
"type": "git",
"url": "https://github.com/adamjcook/anna-squares.git"
},
"keywords": [
"organization",
"healthcare",
"timetracking"
],
"dependencies": {
"express": "latest",
"socket.io": "latest",
"mongoose": "latest",
"connect-mongo": "latest",
"connect-flash": "latest",
"crypto": "latest",
"passport": "latest",
"passport-local": "latest",
"passport-facebook": "latest",
"passport-twitter": "latest",
"passport-linkedin": "latest",
"passport-github": "latest",
"passport-google-oauth": "latest",
"underscore": "latest",
"view-helpers": "latest",
"validator": "latest",
"forever": "latest",
"jade": "latest",
"stylus": "latest",
"bower": "latest",
"grunt": "latest",
"grunt-cli": "latest",
"node-uuid": "latest"
},
"analyze": false,
"devDependencies": {
"supervisor": "latest",
"sinon": "latest",
"chai": "latest",
"mocha": "latest",
"supertest": "latest",
"passport-stub": "latest",
"grunt": "latest",
"should": "latest",
"phantomjs": "latest",
"karma": "latest",
"karma-coverage": "latest",
"karma-junit-reporter": "latest",
"karma-jasmine": "latest",
"karma-ng-scenario": "latest",
"karma-chrome-launcher": "latest",
"karma-firefox-launcher": "latest",
"karma-html2js-preprocessor": "latest",
"karma-requirejs": "latest",
"karma-coffee-preprocessor": "latest",
"karma-phantomjs-launcher": "latest",
"karma-script-launcher": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-watch": "latest",
"grunt-contrib-stylus": "latest",
"grunt-contrib-jade": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-clean": "latest",
"grunt-contrib-concat": "latest",
"grunt-mocha-test": "latest",
"grunt-nodemon": "latest",
"grunt-concurrent": "latest",
"grunt-karma": "latest",
"grunt-node-inspector": "latest",
"protractor": "latest",
"istanbul": "latest"
},
"bundledDependencies": [
],
"license": "MIT",
"engines": {
"node": "0.10.x",
"npm": "1.3.x"
},
"subdomain": "anna-squares",
"domains": [
"annasquares.com",
"www.annasquares.com"
],
"jshintConfig": ".jshintrc"
}